[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 9 / CarambaKit / 0.0.22 / CarambaKit.podspec.json
blob3cfc12130cf786510091ff2ec620003809fe718a
2   "name": "CarambaKit",
3   "version": "0.0.22",
4   "summary": "Core components used for our projects",
5   "description": "Set of Core components, including Networking, Persistence, .. that are used in our apps.s",
6   "homepage": "https://github.com/carambalabs/CarambaKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pedro Piñera": "pepibumur@gmail.com",
13     "Sergi Gracia": "sergigram@gmail.com",
14     "Isaac Roldán": "isaac.roldan@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/carambalabs/CarambaKit.git",
18     "tag": "0.0.22"
19   },
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "subspecs": [
26     {
27       "name": "Foundation",
28       "source_files": "CarambaKit/Classes/Foundation/**/*",
29       "dependencies": {
30         "RxSwift": [
31           "~> 2.6"
32         ],
33         "SwiftyJSON": [
34           "~> 2.3"
35         ]
36       }
37     },
38     {
39       "name": "Networking",
40       "dependencies": {
41         "CarambaKit/Foundation": [
43         ],
44         "KeychainSwift": [
45           "~> 3.0"
46         ]
47       },
48       "source_files": "CarambaKit/Classes/Networking/**/*"
49     },
50     {
51       "name": "Persistence",
52       "dependencies": {
53         "CarambaKit/Foundation": [
55         ]
56       },
57       "source_files": "CarambaKit/Classes/Persistence/**/*"
58     }
59   ]