[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / e / c / 4 / Cobalt / 7.1.3 / Cobalt.podspec.json
blob9d0e8080e1ae9136b89ebec45995dd1953c7dfa3
2   "name": "Cobalt",
3   "version": "7.1.3",
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": "v7.1.3"
16   },
17   "source_files": "Sources/*.h",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "swift_versions": [
23     "5.0",
24     "5.1",
25     "5.2",
26     "5.3"
27   ],
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Core/**/*.{h,swift}",
33       "dependencies": {
34         "Alamofire": [
35           "> 5.0"
36         ],
37         "SwiftyJSON": [
39         ],
40         "RxSwift": [
42         ],
43         "RxCocoa": [
45         ],
46         "KeychainAccess": [
48         ],
49         "Logging": [
51         ]
52       }
53     },
54     {
55       "name": "Cache",
56       "source_files": "Sources/Cache/**/*.{h,swift}",
57       "dependencies": {
58         "Cobalt/Core": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.3"