blob: 87a60916c181277785f9a9fd271ae494031efc24 [file] [log] [blame]
{
"name": "iOS_module_network",
"version": "1.0.0",
"summary": "幻熊网络加载工具",
"homepage": "https://github.com/halobear/iOS_module_network.git",
"license": "MIT",
"authors": {
"FuYe": "834225691@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/halobear/iOS_module_network.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "HBNetwork/*.{h,m}",
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
],
"YYModel": [
]
}
}