[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / d / 4 / 7 / DKProject / 0.3.0 / DKProject.podspec.json
blobc6302663287aa22b8c6f95a8277dcdf11fd91c60
2   "name": "DKProject",
3   "version": "0.3.0",
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"
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     "MJRefresh": [
42       "~>3.4.3"
43     ],
44     "MJExtension": [
45       "~>3.2.2"
46     ],
47     "Masonry": [
48       "~>1.1.0"
49     ],
50     "ReactiveObjC": [
51       "~>3.1.1"
52     ],
53     "SVProgressHUD": [
54       "~>2.2.5"
55     ],
56     "JXCategoryView": [
57       "~>1.5.6"
58     ],
59     "QMUIKit": [
60       "~>4.1.3"
61     ]
62   },
63   "subspecs": [
64     {
65       "name": "DKConfigure",
66       "source_files": "DKProject/Classes/DKConfigure/*.{h,m}"
67     },
68     {
69       "name": "DKNaviFixSpace",
70       "source_files": "DKProject/Classes/DKNaviFixSpace/*.{h,m}"
71     },
72     {
73       "name": "DKNetworkingTool",
74       "source_files": "DKProject/Classes/DKNetworkingTool/*.{h,m}",
75       "dependencies": {
76         "MJExtension": [
77           "~>3.2.2"
78         ],
79         "SVProgressHUD": [
80           "~>2.2.5"
81         ],
82         "AFNetworking": [
83           "~>4.0.1"
84         ],
85         "DKProject/DKConfigure": [
87         ]
88       }
89     }
90   ]