blob: 2445fa62a8382557460f9e1ff587217dd9a435d5 [file] [log] [blame]
{
"name": "HWClient",
"version": "2.3.1",
"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.1"
},
"source_files": "HWClient/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"YYCache": [
"1.0.3"
]
},
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CFNetwork"
]
}