[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 7 / DKProject / 0.2.7 / DKProject.podspec.json
blobe319c84c54b482a98434d4cef86bf8f74cbf3b16
2   "name": "DKProject",
3   "version": "0.2.7",
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.2.7"
17   },
18   "platforms": {
19     "ios": "8.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.3"
61     ],
62     "JXCategoryView": [
63       "1.5.5"
64     ],
65     "AFNetworking": [
66       "3.2.1"
67     ]
68   },
69   "subspecs": [
70     {
71       "name": "DKNaviFixSpace"
72     },
73     {
74       "name": "DKNetworkingTool"
75     }
76   ]