[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 4 / 9 / JoyKit / 0.1.05 / JoyKit.podspec.json
blobefefb24495024d127dcf4b8b1f93be5445a982ba
2   "name": "JoyKit",
3   "version": "0.1.05",
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.05"
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": "JoyKit",
36       "source_files": "JoyKit/JoyKit/**/*.{h,m}",
37       "public_header_files": "JoyKit/JoyKit/**/*.h",
38       "dependencies": {
39         "JoyKit/CellsLibruary": [
41         ],
42         "JoyKit/Category": [
44         ],
45         "JoyKit/Controllers": [
47         ],
48         "JoyKit/Utility": [
50         ],
51         "JoyKit/Views": [
53         ]
54       }
55     },
56     {
57       "name": "Views",
58       "source_files": "JoyKit/Views/**/*.{h,m}",
59       "public_header_files": "JoyKit/Views/**/*.h",
60       "dependencies": {
61         "JoyKit/CellsLibruary": [
63         ],
64         "JoyKit/Category": [
66         ]
67       }
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   ]