[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 8 / 9 / NetWorkEngine / 1.0.1 / NetWorkEngine.podspec.json
blob04e2c0102744bb1f21c73b28c2f4a1fb8202537e
2   "name": "NetWorkEngine",
3   "version": "1.0.1",
4   "summary": "HGNetWorkEngine.",
5   "description": "一个网络请求, 使用依赖AFN框架, 简单又好用.",
6   "homepage": "https://github.com/Summary2017/NetWorkEngine",
7   "license": "MIT",
8   "authors": {
9     "ZhuHong": "13332082565@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Summary2017/NetWorkEngine.git",
16     "tag": "1.0.1"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Category",
27       "source_files": "HGNetWorkEngine/Category/*.{h,m}",
28       "public_header_files": "HGNetWorkEngine/Category/*.h"
29     },
30     {
31       "name": "Core",
32       "dependencies": {
33         "NetWorkEngine/Category": [
35         ]
36       },
37       "source_files": "HGNetWorkEngine/Core/*.{h,m}",
38       "public_header_files": "HGNetWorkEngine/Core/*.h"
39     }
40   ]