blob: f17a09c29b973db6bb6248897953d645eaacf839 [file] [log] [blame]
{
"name": "DiaoYeNetwork",
"version": "0.1.0",
"summary": "Fork from YTKNetwork.",
"homepage": "https://github.com/diaojz/DiaoYeNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"diaojz": "diaojz@126.com"
},
"source": {
"git": "https://github.com/diaojz/DiaoYeNetwork.git",
"tag": "0.1.0"
},
"source_files": "DiaoYeNetwork/*.{h,m}",
"private_header_files": "DiaoYeNetwork/YTKNetworkPrivate.h",
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}