[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 7 / DKProject / 0.2.6 / DKProject.podspec.json
blob09272c2ca46428dcd0ade807510faa73910f777a
2   "name": "DKProject",
3   "version": "0.2.6",
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.6"
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     "AFNetworking": [
63       "3.2.1"
64     ]
65   },
66   "subspecs": [
67     {
68       "name": "DKNaviFixSpace"
69     },
70     {
71       "name": "DKNetworkingTool"
72     }
73   ]