blob: 66bc8e0e0beea7265b03973874d696571c461ca7 [file] [log] [blame]
{
"name": "SimpleNetwork",
"version": "0.2.0",
"summary": "SimpleNetwork is an Objective-C library for iOS developers.",
"homepage": "https://github.com/wenbobao/SimpleNetManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bob123456": "744865006@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wenbobao/SimpleNetManager.git",
"tag": "0.2.0"
},
"source_files": [
"SimpleNetwork",
"SimpleAFNetworkingDemo/SimpleNetwork/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
]
},
"frameworks": [
"Foundation",
"UIKit"
]
}