blob: 32c86bdf82bc98df0239f87d92f4d3608172f687 [file] [log] [blame]
{
"name": "GHNetwork",
"version": "1.0.0",
"summary": "网络组件",
"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.0"
},
"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": [
]
}
}
]
}