[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / a / 6 / SchedJoulesApiClient / 0.7.1 / SchedJoulesApiClient.podspec.json
blob671e2e4c12b205985a7ddae8be591bf2a7089d04
2   "name": "SchedJoulesApiClient",
3   "version": "0.7.1",
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.7.1"
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   }