[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 7 / DKProject / 0.2.1 / DKProject.podspec.json
blob1d2bac24a2e0c3163c376f9c9aca2f759865473e
2   "name": "DKProject",
3   "version": "0.2.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "DKProject/Classes/**/*.{h,m}",
23   "public_header_files": "DKProject/Classes/**/*.{h}",
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "Photos"
28   ],
29   "xcconfig": {
30     "OTHER_LDFLAGS": "-lObjC"
31   },
32   "pod_target_xcconfig": {
33     "OTHER_LDFLAGS": "-lObjC"
34   },
35   "dependencies": {
36     "HexColors": [
37       "4.0.0"
38     ],
39     "MJRefresh": [
40       "3.4.3"
41     ],
42     "MJExtension": [
43       "3.2.2"
44     ]
45   }