blob: 826cee3b597b622a7d9a1b56851779cd7eafcf1d [file] [log] [blame]
{
"name": "YTKNetwork",
"version": "0.6.0",
"summary": "YTKNetwork is a high level request util based on AFNetworking.",
"homepage": "https://github.com/yuantiku/YTKNetwork",
"license": "MIT",
"authors": {
"tangqiao": "tangqiao@fenbi.com",
"lancy": "lancy@fenbi.com",
"maojj": "maojj@fenbi.com"
},
"source": {
"git": "https://github.com/yuantiku/YTKNetwork.git",
"tag": "0.6.0"
},
"source_files": "YTKNetwork/*.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"AFDownloadRequestOperation": [
"~> 2.0"
]
}
}