blob: 0a2aebc5b86b6261c971ad18e6fa7314f3e2b3e9 [file] [log] [blame]
{
"name": "WSDataRequest",
"version": "1.0.0",
"summary": "A http request tool encapsulated with AFNetWorking.",
"homepage": "https://github.com/Shunzi007/WSDataRequest",
"license": "MIT",
"authors": {
"王顺": "360752546@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Shunzi007/WSDataRequest.git",
"tag": "1.0.0"
},
"source_files": "WSDataRequest/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
}
}