[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 9 / 3 / DPFactory / 0.0.4 / DPFactory.podspec.json
blobf4652827be00813bca00e897aa57ba2d6d60c4cb
2   "name": "DPFactory",
3   "version": "0.0.4",
4   "summary": "工厂类",
5   "homepage": "https://github.com/HolyLe/DPFactory.git",
6   "license": "MIT",
7   "authors": {
8     "麻小亮": "zshnr1993@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/HolyLe/DPFactory.git",
15     "tag": "0.0.4"
16   },
17   "public_header_files": "Factory/DPFactory.h",
18   "source_files": "Factory/DPFactory.h",
19   "subspecs": [
20     {
21       "name": "ViewController",
22       "source_files": "Factory/ViewController/*.{h,m}",
23       "dependencies": {
24         "DPCategory": [
26         ]
27       }
28     },
29     {
30       "name": "Proxy",
31       "source_files": "Factory/Proxy/*.{h,m}"
32     },
33     {
34       "name": "TextLabel",
35       "source_files": "Factory/TextLabel/*.{h,m}",
36       "frameworks": [
37         "CoreText",
38         "UIKit"
39       ]
40     },
41     {
42       "name": "Timer",
43       "source_files": "Factory/Timer/*.{h,m}"
44     }
45   ]