blob: f42e095a0af0b3eb12042e32a5d0d786433f72bb [file] [log] [blame]
{
"name": "MyProjectName",
"version": "0.1.0",
"summary": "test pod-carthage-template.",
"homepage": "https://github.com/shinancao/MyProjectName",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shinancao": "shinancao666@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shinancao/MyProjectName.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}