blob: 9ca272eec41474bd22267dc2e7b7dba54f51a893 [file] [log] [blame]
{
"name": "FRNetworkingWithRACKit",
"version": "0.0.1",
"summary": "基于AFNetworking 3.x封装的RAC网络库",
"homepage": "https://github.com/zengfxios/FRNetworkingWithRACKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zengfxios": "zengfxios@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/zengfxios/FRNetworkingWithRACKit.git",
"tag": "0.0.1"
},
"source_files": "Source/Classes/**/*.{h,m}",
"dependencies": {
"ReactiveObjC": [
"~> 3.0.0"
],
"AFNetworking": [
"~> 3.1.0"
]
}
}