blob: 9446996358bf7a61acdde7c35bf74036cee1cda4 [file] [log] [blame]
{
"name": "DashView",
"version": "0.0.2",
"summary": "Simple Dash View control in swift",
"homepage": "http://github.com/al7/DashView",
"license": "MIT",
"authors": {
"Alex Leite": "admin@al7dev.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/al7/DashView.git",
"tag": "0.0.2"
},
"source_files": [
"DashView/Source",
"DashView/Source/**/*.{h,m,swift}"
],
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "3.0"
}
}