blob: 7fbcfff9189d9545f8e8c540568b529f3d34e51f [file] [log] [blame]
{
"name": "GHNetwork",
"version": "1.0.3",
"summary": "基于AFNetworking和YTKNetwork的网络组件",
"description": "基于AFNetworking和YTKNetwork网络组件框架",
"homepage": "https://github.com/kuroky",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kuroky": "kuro2007cumt@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/kuroky/GHNetwork.git",
"tag": "1.0.3"
},
"dependencies": {
"AFNetworking": [
"3.2.1"
]
},
"subspecs": [
{
"name": "YTKNetwork",
"source_files": "Classes/YTKNetwork/*.{h,m}"
},
{
"name": "Network",
"source_files": "Classes/Network/*.{h,m}",
"dependencies": {
"GHNetwork/YTKNetwork": [
]
}
}
]
}