blob: cef0b280c7d4c032a863b3bda75ef1e229d106a7 [file] [log] [blame]
{
"name": "HWClient",
"version": "2.3.2",
"summary": "HWClient is a high level request util based on AFNetworking. 3.0",
"homepage": "https://github.com/wowbby/HWClient",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"authors": {
"wowbby": "zhengzx@haierubic.com.com"
},
"source": {
"git": "https://github.com/wowbby/HWClient.git",
"tag": "2.3.2"
},
"source_files": "HWClient/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YYCache": [
"1.0.3"
]
},
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
]
}