blob: cd4e12fdd0190a3e12e2f55c1fd089458ab2c85f [file] [log] [blame]
{
"name": "FRNetworking",
"version": "1.0.0",
"platforms": {
"ios": "7.0"
},
"summary": "Secondary packaging library for AFN",
"homepage": "https://github.com/fanrongQu/FRNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FR": "1366225686@qq.com"
},
"source": {
"git": "https://github.com/fanrongQu/FRNetworking.git",
"tag": "1.0.0"
},
"source_files": "FRNetworking/*.{h,m}",
"requires_arc": true,
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}