blob: 707ac1b7393388282a2c01a919b0963cf72892f0 [file] [log] [blame]
{
"name": "SJNetwork",
"version": "1.0.1",
"summary": "SJNetwork is a high level network request tool based on AFNetworking.",
"homepage": "https://github.com/knightsj/SJNetwork",
"license": "MIT",
"authors": {
"Sun Shijie": "ssjlife0111@163.com"
},
"source": {
"git": "https://github.com/knightsj/SJNetwork.git",
"tag": "1.0.1"
},
"source_files": "SJNetwork/SJNetworkHeader.h",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"public_header_files": "SJNetwork/SJNetworkHeader.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}