[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 4 / 9 / DPCategory / 0.0.4 / DPCategory.podspec.json
blobb03fc1e02ea864fc103847addf2ca8cd762efb05
2   "name": "DPCategory",
3   "version": "0.0.4",
4   "summary": "链式UI创建与分类集合",
5   "homepage": "https://github.com/HolyLe/DPCategory.git",
6   "license": "MIT",
7   "authors": {
8     "麻小亮": "zshnr1993@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/HolyLe/DPCategory.git",
16     "tag": "0.0.4"
17   },
18   "public_header_files": "DPCategory/DPCategory/DPCategory.h",
19   "source_files": "DPCategory/DPCategory/DPCategory.h",
20   "subspecs": [
21     {
22       "name": "Categories",
23       "frameworks": [
24         "UIKit",
25         "ImageIO",
26         "WebKit",
27         "QuartzCore"
28       ],
29       "public_header_files": "DPCategory/DPCategory/Categories/**/*.h",
30       "source_files": "DPCategory/DPCategory/Categories/**/*.{h,m}"
31     },
32     {
33       "name": "DPChain",
34       "dependencies": {
35         "DPCategory/Categories": [
37         ],
38         "Masonry": [
40         ]
41       },
42       "source_files": "DPCategory/DPCategory/DPChain/**/*.{h,m}"
43     }
44   ]