blob: 2238d06cd43d0a45852aafde51a3e228f860bcdb [file] [log] [blame]
{
"name": "STNetwork",
"version": "1.0.5",
"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.5"
},
"source_files": "STNetwork/**/*",
"requires_arc": true,
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}