[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / a / 6 / SchedJoulesApiClient / 0.5.3 / SchedJoulesApiClient.podspec.json
blob1805b2d24f82fae86ac358326d996e6f0facbd6f
2   "name": "SchedJoulesApiClient",
3   "version": "0.5.3",
4   "summary": "The ApiClient for the SchedJoules API, written in Swift.",
5   "description": "This pod contains classes which make it easier to interact with the SchedJoules API. Our SDK also uses the ApiClient, but if one does not need the full functionality of the SDK, or wants to build custom solutions instead, might find the ApiClient to be a good starting point.",
6   "homepage": "https://github.com/schedjoules/swift-api-client",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Balazs Vincze": "sayhello@bvincze.com"
13   },
14   "source": {
15     "git": "https://github.com/schedjoules/swift-api-client.git",
16     "tag": "0.5.3"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "ApiClient/Source/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.5"
26     ],
27     "Result": [
28       "~> 3.0.0"
29     ]
30   }