blob: 6c1d47493a75fc4b6c08e3c2d9b99a63dc79c5a8 [file] [log] [blame]
{
"name": "WHNetwork",
"version": "1.0.3",
"summary": "Simple function to use AFNetworking.",
"homepage": "https://github.com/remember17/WHNetwork",
"license": "MIT",
"authors": {
"wuhao": "503007958@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/remember17/WHNetwork.git",
"tag": "1.0.3"
},
"source_files": [
"WHNetwork",
"WHNetwork/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}