[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / e / c / 4 / Cobalt / 5.6.1 / Cobalt.podspec.json
blob9dd9620d3cbe842ae14f3034d9833807df87eba6
2   "name": "Cobalt",
3   "version": "5.6.1",
4   "authors": {
5     "Bas van Kuijck": "bas@e-sites.nl"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "http://www.e-sites.nl",
12   "summary": "_THE_ E-sites Swift iOS API Client used for standard restful API's with default support for OAuth2.",
13   "source": {
14     "git": "https://github.com/e-sites/Cobalt.git",
15     "tag": "5.6.1"
16   },
17   "source_files": "Sources/*.h",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "swift_version": "4.2",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/**/*.{h,swift}",
28       "dependencies": {
29         "Alamofire": [
31         ],
32         "SwiftyJSON": [
34         ],
35         "RxSwift": [
37         ],
38         "RxCocoa": [
40         ],
41         "PromisesSwift": [
43         ],
44         "KeychainAccess": [
46         ]
47       }
48     }
49   ]