blob: dfc878a8600298fbba56a2e8446583eebcc47035 [file] [log] [blame]
{
"name": "FPNetworking",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FPNetworking/Classes/*",
"dependencies": {
"AFNetworking": [
]
}
}