blob: 65952cce263291af7d9c18326fde7c735015bed9 [file] [log] [blame]
{
"name": "TEST_Git",
"version": "0.0.5",
"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.5"
},
"source_files": "TEST_Git/Classes/Manager.swift",
"resources": "TEST_Git/Classes/Resources/*.png",
"resource_bundles": {
"FaceResource": "TEST_Git/Classes/Resources/*.png"
},
"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}"
}
]
}