[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / e / c / 4 / Cobalt / 5.2.1 / Cobalt.podspec.json
blob0edbaf51c26cd17870f5a3656776a3fae87bfaa2
2   "name": "Cobalt",
3   "version": "5.2.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.2.1"
16   },
17   "source_files": "Sources/*.h",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/**/*.{h,swift}",
27       "dependencies": {
28         "Alamofire": [
30         ],
31         "SwiftyJSON": [
33         ],
34         "RxSwift": [
36         ],
37         "RxCocoa": [
39         ],
40         "PromisesSwift": [
42         ],
43         "KeychainAccess": [
45         ]
46       }
47     }
48   ]