blob: 13724f2bf58f6dbc5c80e3d60cc297dd2f76fab8 [file] [log] [blame]
{
"name": "STNetwork",
"version": "1.0.4",
"summary": "iOS",
"homepage": "https://github.com/haivy/STNetwork",
"description": "network",
"license": "MIT",
"authors": {
"qiang": "623057062@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/haivy/STNetwork.git",
"tag": "1.0.4"
},
"source_files": "STNetwork/**/*",
"requires_arc": true,
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}