[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 7 / 4 / 9 / JoyKit / 0.1.11 / JoyKit.podspec.json
blob3719c740e6f96914d6add4083d6d6d74378aa1e6
2   "name": "JoyKit",
3   "version": "0.1.11",
4   "summary": "NSDate工具类扩展",
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.11"
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       "dependencies": {
91         "JoyKit/Models": [
93         ],
94         "JoyKit/Common": [
96         ],
97         "JoyKit/Category": [
99         ]
100       },
101       "subspecs": [
102         {
103           "name": "TableImageCell",
104           "source_files": "JoyKit/CellsLibruary/TableImageCell/**/*.{h,m}",
105           "dependencies": {
106             "JoyKit/CellsLibruary/CollectionImageCell": [
108             ],
109             "JoyKit/CellsLibruary/TableTextCell": [
111             ],
112             "JoyKit/CellsLibruary/TableSwitchCell": [
114             ],
115             "JoyKit/CellsLibruary/TableCollectionCell": [
117             ],
118             "JoyKit/CellsLibruary/TableLabelCell": [
120             ]
121           },
122           "public_header_files": "JoyKit/CellsLibruary/TableImageCell/**/*.h"
123         },
124         {
125           "name": "TableTextCell",
126           "source_files": "JoyKit/CellsLibruary/TableTextCell/**/*.{h,m}",
127           "dependencies": {
128             "JoyKit/CellsLibruary/TableLabelCell": [
130             ]
131           },
132           "public_header_files": "JoyKit/CellsLibruary/TableTextCell/**/*.h"
133         },
134         {
135           "name": "TableSwitchCell",
136           "source_files": "JoyKit/CellsLibruary/TableSwitchCell/**/*.{h,m}",
137           "dependencies": {
138             "JoyKit/CellsLibruary/TableLabelCell": [
140             ]
141           },
142           "public_header_files": "JoyKit/CellsLibruary/TableSwitchCell/**/*.h"
143         },
144         {
145           "name": "CollectionImageCell",
146           "source_files": "JoyKit/CellsLibruary/CollectionImageCell/**/*.{h,m}",
147           "dependencies": {
148             "JoyKit/CellsLibruary/TableLabelCell": [
150             ]
151           },
152           "public_header_files": "JoyKit/CellsLibruary/CollectionImageCell/**/*.h"
153         },
154         {
155           "name": "TableCollectionCell",
156           "source_files": "JoyKit/CellsLibruary/TableCollectionCell/**/*.{h,m}",
157           "dependencies": {
158             "JoyKit/CellsLibruary/TableLabelCell": [
160             ]
161           },
162           "public_header_files": "JoyKit/CellsLibruary/TableCollectionCell/**/*.h"
163         },
164         {
165           "name": "TableLabelCell",
166           "source_files": "JoyKit/CellsLibruary/TableLabelCell/**/*.{h,m}",
167           "public_header_files": "JoyKit/CellsLibruary/TableLabelCell/**/*.h"
168         }
169       ]
170     },
171     {
172       "name": "Controllers",
173       "source_files": "JoyKit/Controllers/**/*.{h,m}",
174       "dependencies": {
175         "JoyKit/Common": [
177         ],
178         "JoyKit/Category": [
180         ]
181       },
182       "public_header_files": "JoyKit/Controllers/**/*.h"
183     },
184     {
185       "name": "Utility",
186       "source_files": "JoyKit/Utility/**/*.{h,m}",
187       "public_header_files": "JoyKit/Utility/**/*.h"
188     }
189   ]