blob: c4c91693d58fadf1b879d38b9c575a8c5a455eac [file] [log] [blame]
{
"name": "HGNetWorkEngine",
"version": "1.1.0",
"summary": "HGNetWorkEngine.",
"description": "一个网络请求, 使用依赖AFN框架, 简单又好用.",
"homepage": "https://github.com/Summary2017/NetWorkEngine",
"license": "MIT",
"authors": {
"ZhuHong": "13332082565@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Summary2017/NetWorkEngine.git",
"tag": "1.1.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "HGNetWorkEngine/Category/*.{h,m}",
"public_header_files": "HGNetWorkEngine/Category/*.h"
},
{
"name": "Core",
"dependencies": {
"HGNetWorkEngine/Category": [
]
},
"source_files": "HGNetWorkEngine/Core/*.{h,m}",
"public_header_files": "HGNetWorkEngine/Core/*.h"
}
]
}