[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 7 / 4 / 9 / JoyKit / 0.1.06 / JoyKit.podspec.json
blob39d6597ccc32fd979de73acc6ce3397538918adf
2   "name": "JoyKit",
3   "version": "0.1.06",
4   "summary": "cellTextView优化",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/joy-make/JoyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "joy-make": "315585646@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/joy-make/JoyKit.git",
16     "tag": "0.1.06"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "JoyKit/**/*.{h,m}",
22   "resources": "JoyKit/Assets/*",
23   "frameworks": [
24     "UIKit",
25     "IMageIO",
26     "Photos"
27   ],
28   "dependencies": {
29     "Masonry": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "JoyHeader",
36       "source_files": "JoyKit/JoyHeader/**/*.{h,m}",
37       "dependencies": {
38         "JoyKit/CellsLibruary": [
40         ],
41         "JoyKit/Category": [
43         ],
44         "JoyKit/Controllers": [
46         ],
47         "JoyKit/Utility": [
49         ],
50         "JoyKit/Views": [
52         ]
53       },
54       "public_header_files": "JoyKit/JoyHeader/**/*.h"
55     },
56     {
57       "name": "Views",
58       "source_files": "JoyKit/Views/**/*.{h,m}",
59       "dependencies": {
60         "JoyKit/CellsLibruary": [
62         ],
63         "JoyKit/Category": [
65         ]
66       },
67       "public_header_files": "JoyKit/Views/**/*.h"
68     },
69     {
70       "name": "Common",
71       "source_files": "JoyKit/Common/**/*.{h,m}",
72       "dependencies": {
73         "JoyKit/Category": [
75         ]
76       },
77       "public_header_files": "JoyKit/Common/**/*.h"
78     },
79     {
80       "name": "Category",
81       "source_files": "JoyKit/Category/**/*.{h,m}",
82       "public_header_files": "JoyKit/Category/**/*.h"
83     },
84     {
85       "name": "Models",
86       "source_files": "JoyKit/Models/**/*.{h,m}",
87       "public_header_files": "JoyKit/Models/**/*.h"
88     },
89     {
90       "name": "CellsLibruary",
91       "source_files": "JoyKit/CellsLibruary/**/*.{h,m}",
92       "dependencies": {
93         "JoyKit/Models": [
95         ],
96         "JoyKit/Common": [
98         ],
99         "JoyKit/Category": [
101         ]
102       },
103       "public_header_files": "JoyKit/CellsLibruary/**/*.h"
104     },
105     {
106       "name": "Controllers",
107       "source_files": "JoyKit/Controllers/**/*.{h,m}",
108       "dependencies": {
109         "JoyKit/Common": [
111         ],
112         "JoyKit/Category": [
114         ]
115       },
116       "public_header_files": "JoyKit/Controllers/**/*.h"
117     },
118     {
119       "name": "Utility",
120       "source_files": "JoyKit/Utility/**/*.{h,m}",
121       "public_header_files": "JoyKit/Utility/**/*.h"
122     }
123   ]