[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 8 / 9 / CarambaKit / 1.0.4 / CarambaKit.podspec.json
blob1369eb3c006d5aed85cde5c1adb6075ee994b396
2   "name": "CarambaKit",
3   "version": "1.0.4",
4   "summary": "Core components used for our projects",
5   "description": "Set of Core components, including Networking, Persistence and much more that are used in our apps",
6   "homepage": "https://github.com/carambalabs/CarambaKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Caramba.io": "hello@caramba.io"
13   },
14   "source": {
15     "git": "https://github.com/carambalabs/CarambaKit.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "Foundation",
28       "source_files": "CarambaKit/Classes/Foundation/**/*",
29       "dependencies": {
30         "RxSwift": [
31           "~> 3.0.0"
32         ],
33         "RxCocoa": [
34           "~> 3.0.0"
35         ],
36         "SwiftyJSON": [
37           "~> 3.0"
38         ]
39       }
40     },
41     {
42       "name": "Networking",
43       "dependencies": {
44         "CarambaKit/Foundation": [
46         ],
47         "KeychainSwift": [
48           "~> 6.0"
49         ]
50       },
51       "source_files": "CarambaKit/Classes/Networking/**/*"
52     },
53     {
54       "name": "Persistence",
55       "dependencies": {
56         "CarambaKit/Foundation": [
58         ]
59       },
60       "source_files": "CarambaKit/Classes/Persistence/**/*"
61     }
62   ]