blob: 45b2760dc6210e320549ae8e23e1e7a7f9887089 [file] [log] [blame]
{
"name": "TEST_Git",
"version": "0.0.4",
"summary": "A short summary of TEST_Git.",
"description": "TEST git and cocoapods description.",
"homepage": "https://github.com/YongbaoWang/TEST_Git",
"license": "MIT",
"authors": {
"Ever": "wangyongbao2009@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/YongbaoWang/TEST_Git.git",
"tag": "0.0.4"
},
"source_files": "TEST_Git/Classes/Manager.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Tool",
"source_files": "TEST_Git/Classes/Tool/*.{swift}"
},
{
"name": "Model",
"source_files": "TEST_Git/Classes/Model/*.{swift}"
}
]
}