[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 7 / e / f / RnpKit / 1.2.5 / RnpKit.podspec.json
blob8e0a4b42e97e6888910e9dd1910823ed769b3cbc
2   "name": "RnpKit",
3   "version": "1.2.5",
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.2.5"
17   },
18   "platforms": {
19     "ios": "9.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     {
58       "name": "BezierPath",
59       "source_files": "RnpKit/Classes/Bezier/**/*",
60       "dependencies": {
61         "RnpKit/View": [
63         ]
64       }
65     },
66     {
67       "name": "AttributedString",
68       "source_files": "RnpKit/Classes/AttributedString/**/*",
69       "dependencies": {
70         "RnpKit/View": [
72         ]
73       }
74     }
75   ]