[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / 9 / 3 / DPFactory / 0.0.1 / DPFactory.podspec.json
blob6b3cde018192af94cbffbcbaf1bccdddfc619cf4
2   "name": "DPFactory",
3   "version": "0.0.1",
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.1"
16   },
17   "subspecs": [
18     {
19       "name": "ViewController",
20       "source_files": "Factory/ViewController/*.{h,m}",
21       "dependencies": {
22         "DPCategory": [
24         ]
25       }
26     },
27     {
28       "name": "Proxy",
29       "source_files": "Factory/Proxy/*.{h,m}"
30     },
31     {
32       "name": "TextLabel",
33       "source_files": "Factory/TextLabel/*.{h,m}",
34       "frameworks": [
35         "CoreText",
36         "UIKit"
37       ]
38     },
39     {
40       "name": "Timer",
41       "source_files": "Factory/Timer/*.{h,m}"
42     }
43   ]