[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 7 / 4 / 9 / JoyKit / 0.1.7 / JoyKit.podspec.json
blob10a856f0979d9a49d4c4cc682d8170c079ddc634
2   "name": "JoyKit",
3   "version": "0.1.7",
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.7"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "resources": "JoyKit/Assets/*",
22   "frameworks": [
23     "UIKit",
24     "IMageIO",
25     "Photos"
26   ],
27   "dependencies": {
28     "Masonry": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "JoyHeader",
35       "source_files": "JoyKit/JoyHeader/**/*.{h,m}",
36       "dependencies": {
37         "JoyKit/CellsLibruary": [
39         ],
40         "JoyKit/Category": [
42         ],
43         "JoyKit/Controllers": [
45         ],
46         "JoyKit/Utility": [
48         ],
49         "JoyKit/Views": [
51         ]
52       },
53       "public_header_files": "JoyKit/JoyHeader/**/*.h"
54     },
55     {
56       "name": "Views",
57       "source_files": "JoyKit/Views/**/*.{h,m}",
58       "dependencies": {
59         "JoyKit/CellsLibruary": [
61         ],
62         "JoyKit/Category": [
64         ]
65       },
66       "public_header_files": "JoyKit/Views/**/*.h"
67     },
68     {
69       "name": "Common",
70       "source_files": "JoyKit/Common/**/*.{h,m}",
71       "dependencies": {
72         "JoyKit/Category": [
74         ]
75       },
76       "public_header_files": "JoyKit/Common/**/*.h"
77     },
78     {
79       "name": "Category",
80       "source_files": "JoyKit/Category/**/*.{h,m}",
81       "public_header_files": "JoyKit/Category/**/*.h"
82     },
83     {
84       "name": "Models",
85       "source_files": "JoyKit/Models/**/*.{h,m}",
86       "public_header_files": "JoyKit/Models/**/*.h"
87     },
88     {
89       "name": "CellsLibruary",
90       "source_files": "JoyKit/CellsLibruary/**/*.{h,m}",
91       "dependencies": {
92         "JoyKit/Models": [
94         ],
95         "JoyKit/Common": [
97         ],
98         "JoyKit/Category": [
100         ]
101       },
102       "public_header_files": "JoyKit/CellsLibruary/**/*.h"
103     },
104     {
105       "name": "Controllers",
106       "source_files": "JoyKit/Controllers/**/*.{h,m}",
107       "dependencies": {
108         "JoyKit/Common": [
110         ],
111         "JoyKit/Category": [
113         ]
114       },
115       "public_header_files": "JoyKit/Controllers/**/*.h"
116     },
117     {
118       "name": "Utility",
119       "source_files": "JoyKit/Utility/**/*.{h,m}",
120       "public_header_files": "JoyKit/Utility/**/*.h"
121     }
122   ]