blob: 3a6ee6184f4bd6bfaa14ce6281409aa37af6dd0a [file] [log] [blame]
{
"name": "GJHttpToolOC",
"version": "0.1.0",
"summary": "Objective-C 网络请求框架,封装自AFNetworking",
"description": "Objective-C 网络请求框架,封装自AFNetworking.",
"homepage": "https://github.com/cs-lgj/GJHttpToolOC.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ArlenLiu": "arlenliugj@sina.cn"
},
"source": {
"git": "https://github.com/cs-lgj/GJHttpToolOC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GJHttpToolOC/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}