blob: dbb6a859e6293e3edc3da205ab3770b7db7108a2 [file] [log] [blame]
{
"name": "SJNetwork",
"version": "1.1.0",
"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.1.0"
},
"source_files": "SJNetwork/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"public_header_files": "SJNetwork/SJNetworkHeader.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}