[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 9 / CarambaKit / 1.0.2 / CarambaKit.podspec.json
blobbfe139dfbc65bd18d0b04efdcb17e65f4d0c7665
2   "name": "CarambaKit",
3   "version": "1.0.2",
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": "1.0.2"
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           "~> 3.0.0-beta.1"
33         ],
34         "RxCocoa": [
35           "~> 3.0.0-beta.1"
36         ],
37         "SwiftyJSON": [
38           "~> 3.0"
39         ]
40       }
41     },
42     {
43       "name": "Networking",
44       "dependencies": {
45         "CarambaKit/Foundation": [
47         ],
48         "KeychainSwift": [
49           "~> 6.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   ]