[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 8 / 9 / CarambaKit / 1.0.6 / CarambaKit.podspec.json
blobb43cec6facaf34109ac8a9398cc6d94a82ea00f1
2   "name": "CarambaKit",
3   "version": "1.0.6",
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.6"
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         "Result": [
31           "~> 3.0"
32         ],
33         "SwiftyJSON": [
34           "~> 3.0"
35         ]
36       }
37     },
38     {
39       "name": "Networking",
40       "dependencies": {
41         "CarambaKit/Foundation": [
43         ],
44         "KeychainSwift": [
45           "~> 6.0"
46         ]
47       },
48       "source_files": "CarambaKit/Classes/Networking/Base/**/*"
49     }
50   ]