blob: 0bdb04647be798b00e42f2f174d3302146f8a9d0 [file] [log] [blame]
{
"name": "ALNetworking",
"version": "1.1.1",
"summary": "A networking framework , encapsulation of AFNetworking3.0,ReactiveCocoa2.5,YYCache,YYModel",
"description": "1. Base Networking Request Function\n2. Networking response cache\n3. Check networking History\n4. RAC Support only\n5. Server error display",
"homepage": "https://github.com/Arc-lin/ALNetworking",
"license": "MIT",
"authors": {
"Arclin": "m13643046965@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Arc-lin/ALNetworking.git",
"tag": "1.1.1"
},
"source_files": "ALNetworking/*",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"AFNetworking": [
],
"YYCache": [
],
"YYModel": [
]
}
}