blob: 00f7de288d3d55116330d23b3bc81b0a15259495 [file] [log] [blame]
{
"name": "FRNetworking",
"version": "1.0.1",
"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.1"
},
"source_files": "FRNetworking/*.{h,m}",
"requires_arc": true,
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}