blob: 6ae912b71285ac5cbf72b9d0cf132c61e68ea6e8 [file] [log] [blame]
{
"name": "CocoaSVM",
"version": "0.0.1",
"summary": "Bringing libsvm to iOS",
"description": "Bringing libsvm to iOS with a flair for object-oriented design",
"homepage": "https://github.com/thepropterhoc/CocoaSVM",
"license": "MIT",
"authors": {
"Shelby Vanhooser": "vanhooser@ou.edu"
},
"source": {
"git": "https://github.com/thepropterhoc/CocoaSVM.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CocoaSVM": [
"Pod/Assets/*.png"
]
}
}