blob: 73a4e0dd351b7572f36e4bce09d13616076ee4c0 [file] [log] [blame]
{
"name": "HGNetWorkEngine",
"version": "1.0.3",
"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.3"
},
"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"
}
]
}