blob: 1bcf47760255078111363c8272ccc9f3f2644887 [file] [log] [blame]
{
"name": "Beethoven",
"summary": "A maestro of pitch detection",
"version": "1.0.0",
"homepage": "https://github.com/vadymmarkov/Beethoven",
"license": "MIT",
"authors": {
"Vadym Markov": "markov.vadym@gmail.com"
},
"source": {
"git": "https://github.com/vadymmarkov/Beethoven.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Source/**/*"
},
"frameworks": [
"Foundation",
"AVFoundation",
"Accelerate"
],
"dependencies": {
"Pitchy": [
]
}
}