blob: 34ef9ef33db7fd8e2ec62286c15071c9652759be [file] [log] [blame]
{
"name": "GofNetworkingLib",
"version": "0.0.1",
"summary": "网络库",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LeeGof": "ligfufida@gmail.com"
},
"homepage": "hhttps://github.com/LeeGof/GofNetworkingLib.git",
"description": "网络静态库",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"source": {
"git": "https://github.com/LeeGof/GofNetworkingLib.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "GofNetworkingLib/GofNetworking.framework",
"source_files": "GofNetworking/*.h",
"dependencies": {
"AFNetworking": [
"3.2.1"
]
}
}