[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / c / 4 / Cobalt / 6.0.0 / Cobalt.podspec.json
blobab4c7ddd52dfd8b6cd4decb85df35d6b976e95ae
2   "name": "Cobalt",
3   "version": "6.0.0",
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": "v6.0.0"
16   },
17   "source_files": "Sources/*.h",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "swift_versions": [
23     "5.0",
24     "5.1"
25   ],
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/**/*.{h,swift}",
31       "dependencies": {
32         "Alamofire": [
34         ],
35         "SwiftyJSON": [
37         ],
38         "RxSwift": [
40         ],
41         "RxCocoa": [
43         ],
44         "KeychainAccess": [
46         ]
47       }
48     },
49     {
50       "name": "Cache",
51       "source_files": "Sources/Cache/**/*.{h,swift}",
52       "dependencies": {
53         "Cobalt/Core": [
55         ]
56       }
57     }
58   ],
59   "swift_version": "5.1"