[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 9 / CarambaKit / 1.0.3 / CarambaKit.podspec.json
blob8b20e042c766e1fe7e9be50a3c99957b336de76c
2   "name": "CarambaKit",
3   "version": "1.0.3",
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.3"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "subspecs": [
25     {
26       "name": "Foundation",
27       "source_files": "CarambaKit/Classes/Foundation/**/*",
28       "dependencies": {
29         "RxSwift": [
30           "~> 3.0.0-beta.1"
31         ],
32         "RxCocoa": [
33           "~> 3.0.0-beta.1"
34         ],
35         "SwiftyJSON": [
36           "~> 3.0"
37         ]
38       }
39     },
40     {
41       "name": "Networking",
42       "dependencies": {
43         "CarambaKit/Foundation": [
45         ],
46         "KeychainSwift": [
47           "~> 6.0"
48         ]
49       },
50       "source_files": "CarambaKit/Classes/Networking/**/*"
51     },
52     {
53       "name": "Persistence",
54       "dependencies": {
55         "CarambaKit/Foundation": [
57         ]
58       },
59       "source_files": "CarambaKit/Classes/Persistence/**/*"
60     }
61   ]