blob: 73ed9445597d369b3b091b149c0b5b135e12ced9 [file] [log] [blame]
{
"name": "AMNetWork",
"version": "1.0.0",
"summary": "一个轻量级的基于AFN的网络库",
"homepage": "https://gitee.com/zhenhuamu/AMNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AndyMu": "andymu0601@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://gitee.com/zhenhuamu/AMNetWork.git",
"tag": "1.0.0"
},
"source_files": [
"AMNetWork",
"AMNetWork/NetWork/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}