blob: 9cc6ef71d1d6174bb513d6ddc200cda19f5c7fa7 [file] [log] [blame]
{
"name": "STNetwork",
"version": "1.0.1",
"summary": "network on iOS",
"homepage": "https://github.com/haivy/STNetwork",
"description": "It is a component for Network.",
"license": "MIT",
"authors": {
"qiang": "623057062@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/haivy/STNetwork.git",
"tag": "1.0.1"
},
"source_files": "STNetwork/**/*.{h,m}",
"requires_arc": true,
"private_header_files": "STNetwork/YTKNetworkPrivate.h",
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}