[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / e / f / RnpKit / 1.0.1 / RnpKit.podspec.json
blobf63b2ae6a0416a33175ae1482350d239c98be22c
2   "name": "RnpKit",
3   "version": "1.0.1",
4   "summary": "A short description of RnpKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Zomfice/RnpKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zomfice@gmail.com": "zomfice@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Zomfice/RnpKit.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RnpKit/RnpKit.h",
22   "subspecs": [
23     {
24       "name": "View",
25       "source_files": "RnpKit/Classes/View/**/*"
26     },
27     {
28       "name": "Layer",
29       "source_files": "RnpKit/Classes/Layer/**/*",
30       "dependencies": {
31         "RnpKit/View": [
33         ]
34       }
35     },
36     {
37       "name": "Gesture",
38       "source_files": "RnpKit/Classes/Gesture/**/*",
39       "dependencies": {
40         "RnpKit/View": [
42         ]
43       }
44     },
45     {
46       "name": "Layout",
47       "source_files": "RnpKit/Classes/Layout/**/*",
48       "dependencies": {
49         "RnpKit/View": [
51         ],
52         "Masonry": [
54         ]
55       }
56     }
57   ]