blob: 7f4388cc15375ad2c168d57c2bcb623424e2ed35 [file] [log] [blame]
{
"name": "MusicTheory",
"version": "0.4.1",
"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.4.1"
},
"source_files": "MusicTheory/**/*.swift",
"module_name": "MusicTheory",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.0"
}