{ | |
"name": "YXHttpClient", | |
"version": "0.0.2", | |
"homepage": "https://guides.cocoapods.org/making/private-cocoapods.html", | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"summary": "Http Client", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Aren": "renchonghui@readyidu.com" | |
}, | |
"source": { | |
"git": "http://192.168.4.181/dev-team/YXHttpClient.git", | |
"tag": "0.0.2" | |
}, | |
"source_files": "YXHttpClient/*.{h,m}", | |
"requires_arc": true, | |
"dependencies": { | |
"AFNetworking": [ | |
"~>2.5.4" | |
] | |
} | |
} |