blob: fc3b0da41b03c06234f9ed1a7da570c38e5b255b [file] [log] [blame]
{
"name": "PFNetworking",
"version": "1.0.0",
"summary": "这是一个简单的网络请求",
"description": "将AFNetworking简单封装一下,实现get、post网络请求、也是测试使用",
"homepage": "https://github.com/fllyguo/PFNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Flly": "fllyguo@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/fllyguo/PFNetworking.git",
"tag": "1.0.0"
},
"source_files": "PFAFNetworking/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}