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