blob: ced3cdc2787acdcc84b1a6cff3998794e4614108 [file] [log] [blame]
{
"name": "FPNetworking",
"version": "0.2.0",
"summary": "基于AFNetworking 网络封装. 参考CTNetworking",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Xlff/FPNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xlff": "xiemax09@gmail.com"
},
"source": {
"git": "https://github.com/Xlff/FPNetworking.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FPNetworking/Classes/*",
"dependencies": {
"AFNetworking": [
]
}
}