blob: 1e4734d16e3082ebae4fe093d34d940c145eb922 [file] [log] [blame]
{
"name": "QLYTKNetwork",
"version": "1.0.0",
"summary": "YTKNetwork is a high level request util based on AFNetworking.",
"homepage": "http://gitlab.91banban.com/SeaDragon/YTKNetworking",
"license": "MIT",
"authors": {
"tangqiao": "tangqiao@fenbi.com",
"lancy": "lancy@fenbi.com",
"maojj": "maojj@fenbi.com",
"liujl": "liujl@fenbi.com",
"shangcr": "shangcr@fenbi.com"
},
"source": {
"git": "http://gitlab.91banban.com/SeaDragon/YTKNetworking.git",
"tag": "1.0.0"
},
"source_files": "YTKNetwork/*.{h,m}",
"requires_arc": true,
"private_header_files": "YTKNetwork/YTKNetworkPrivate.h",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 4.0"
]
}
}