[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / e / c / 4 / Cobalt / 7.0.9 / Cobalt.podspec.json
blob109d5764b007b784978887a9536fe3774f1ac3b0
2   "name": "Cobalt",
3   "version": "7.0.9",
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.0.9"
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   ],
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/Core/**/*.{h,swift}",
32       "dependencies": {
33         "Alamofire": [
34           "> 5.0"
35         ],
36         "SwiftyJSON": [
38         ],
39         "RxSwift": [
41         ],
42         "RxCocoa": [
44         ],
45         "KeychainAccess": [
47         ],
48         "Logging": [
50         ]
51       }
52     },
53     {
54       "name": "Cache",
55       "source_files": "Sources/Cache/**/*.{h,swift}",
56       "dependencies": {
57         "Cobalt/Core": [
59         ]
60       }
61     }
62   ],
63   "swift_version": "5.2"