blob: ae2df2ff254503f8132883d492f971a6c087dd8f [file] [log] [blame]
{
"name": "GTNetworking",
"version": "0.0.1",
"summary": "GTNetworking is a high level request util based on AFNetworking.",
"homepage": "https://github.com/liuxc123/GTNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/GTNetworking.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "GTNetworking/*.{h,m}",
"private_header_files": "GTNetworking/GTNetworkPrivate.h",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}