blob: e1bfa58d8ac7b44b5673c9433fa2d99ed984a7a6 [file] [log] [blame]
{
"name": "MusicTheory",
"version": "0.2.0",
"summary": "A music theory library for Swift OS X and iOS apps",
"description": "MusicTheory provides objects to work with musical keys, notes, scales and chords. It can be used to generate a scale from a key or note symbol, or a chord from a key and a chord degree for example. You can also use it to translate a sequence of notes to a sequence of MIDI values.",
"homepage": "https://github.com/danielbreves/MusicTheory",
"license": "LICENSE",
"authors": {
"Daniel Breves": "djbreves@gmail.com"
},
"social_media_url": "http://twitter.com/danielbreves",
"source": {
"git": "https://github.com/danielbreves/MusicTheory.git",
"tag": "v0.2.0"
},
"source_files": "MusicTheory/**/*.swift",
"module_name": "MusicTheory",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"STRegex": [
"~> 0.3"
]
}
}