blob: 04e2c0102744bb1f21c73b28c2f4a1fb8202537e [file] [log] [blame]
{
"name": "NetWorkEngine",
"version": "1.0.1",
"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.0.1"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "HGNetWorkEngine/Category/*.{h,m}",
"public_header_files": "HGNetWorkEngine/Category/*.h"
},
{
"name": "Core",
"dependencies": {
"NetWorkEngine/Category": [
]
},
"source_files": "HGNetWorkEngine/Core/*.{h,m}",
"public_header_files": "HGNetWorkEngine/Core/*.h"
}
]
}