[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / a / 2 / MKAPI / 0.0.5 / MKAPI.podspec.json
blob763564b2a23341b5833b15442c8f6592ad6ccf2f
2   "name": "MKAPI",
3   "version": "0.0.5",
4   "summary": "iOS上,提供异步任务封装工具,可用于网络请求的封装",
5   "description": "* 提供异步任务封装工具,可用于网络请求的封装",
6   "homepage": "https://gitee.com/sushangjin/MKAPI",
7   "license": {
8     "type": "MIT",
9     "file": "MKAPI/LICENSE"
10   },
11   "authors": {
12     "sushangjin": "381130632@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/sushangjin/MKAPI",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MKAPI/*.h",
22   "frameworks": "UIKit",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "MKAPI/Core/*.{h,m}",
27       "frameworks": "UIKit"
28     },
29     {
30       "name": "Http",
31       "source_files": "MKAPI/Http/*.{h,m}",
32       "dependencies": {
33         "MKAPI/Core": [
35         ]
36       },
37       "frameworks": [
38         "UIKit",
39         "Security"
40       ]
41     },
42     {
43       "name": "API_AFNetworking",
44       "source_files": "MKAPI/API_AFNetworking/*.{h,m}",
45       "dependencies": {
46         "MKAPI/Core": [
48         ],
49         "MKAPI/Http": [
51         ],
52         "AFNetworking": [
53           "~> 4"
54         ]
55       },
56       "frameworks": "UIKit"
57     },
58     {
59       "name": "ServiceApi",
60       "source_files": "MKAPI/ServiceApi/*.{h,m}",
61       "dependencies": {
62         "MKAPI/Core": [
64         ],
65         "MKAPI/Http": [
67         ]
68       },
69       "frameworks": "UIKit"
70     }
71   ]