blob: 6e00ed57904e3539670eae7038e131990b9fc843 [file] [log] [blame]
{
"name": "XGTestDemo_Github",
"version": "0.1.2",
"summary": "测试Framework",
"description": "TODO: 详细描述",
"homepage": "https://github.com/jyyjkt/XGTestDemo_Github",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jyyjkt": "jyyjkt@qq.com"
},
"source": {
"git": "https://github.com/jyyjkt/XGTestDemo_Github.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Test",
"vendored_frameworks": "XGTestDemo_Github/Classes/XGTestDemo.framework",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"subspecs": [
{
"name": "TestNext",
"dependencies": {
"Kingfisher": [
"~>4.10"
]
}
}
]
}
]
}