[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 7 / DKProject / 0.3.0-beta / DKProject.podspec.json
blobaf6744af1855045d26cab84130506cb38af5e68b
2   "name": "DKProject",
3   "version": "0.3.0-beta",
4   "summary": "一个小框架",
5   "description": "一个小框架,包含基类、分类、自定义控件、工具类以及一些第三方库的集成使用等等。",
6   "homepage": "https://github.com/CoderDawnKing/DKProject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DawnKing": "369248214@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CoderDawnKing/DKProject.git",
16     "tag": "0.3.0-beta"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "DKProject/Classes/**/*.{h,m}",
23   "resource_bundles": {
24     "DKProject": [
25       "DKProject/Assets/*.xcassets"
26     ]
27   },
28   "public_header_files": "DKProject/Classes/**/*.{h}",
29   "frameworks": [
30     "UIKit",
31     "Foundation",
32     "Photos"
33   ],
34   "xcconfig": {
35     "OTHER_LDFLAGS": "-lObjC"
36   },
37   "pod_target_xcconfig": {
38     "OTHER_LDFLAGS": "-lObjC"
39   },
40   "dependencies": {
41     "HexColors": [
42       "~>4.0.0"
43     ],
44     "MJRefresh": [
45       "~>3.4.3"
46     ],
47     "MJExtension": [
48       "~>3.2.2"
49     ],
50     "Masonry": [
51       "~>1.1.0"
52     ],
53     "ReactiveObjC": [
54       "~>3.1.1"
55     ],
56     "SVProgressHUD": [
57       "~>2.2.5"
58     ],
59     "CYLTabBarController": [
60       "~>1.28.5"
61     ],
62     "JXCategoryView": [
63       "~>1.5.5"
64     ],
65     "QMUIKit": [
66       "~>4.1.3"
67     ]
68   },
69   "subspecs": [
70     {
71       "name": "DKConfigure",
72       "source_files": "DKProject/Classes/DKConfigure/*.{h,m}"
73     },
74     {
75       "name": "DKNaviFixSpace",
76       "source_files": "DKProject/Classes/DKNaviFixSpace/*.{h,m}"
77     },
78     {
79       "name": "DKNetworkingTool",
80       "source_files": "DKProject/Classes/DKNetworkingTool/*.{h,m}",
81       "dependencies": {
82         "MJExtension": [
83           "~>3.2.2"
84         ],
85         "SVProgressHUD": [
86           "~>2.2.5"
87         ],
88         "AFNetworking": [
89           "~>4.0.1"
90         ],
91         "DKProject/DKConfigure": [
93         ]
94       }
95     }
96   ]