blob: a1814c2f08754781d8c3e44c7aab9a6fd1696870 [file] [log] [blame]
{
"name": "AFNetwork",
"version": "0.1.0",
"summary": "Simple request manager about AFNetworking",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lingyfh/AFNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lingyfh": "LingYFH@gmail.com"
},
"source": {
"git": "https://github.com/lingyfh/AFNetwork.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"AFNetwork/*.h",
"AFNetwork/**/*.h"
],
"source_files": "AFNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}