blob: ff561e774ab73320caa2b824825995e3ce17ccd3 [file] [log] [blame]
{
"name": "MusicTheory",
"version": "1.1.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": {
"type": "MIT"
},
"authors": {
"Daniel Breves": "djbreves@gmail.com"
},
"social_media_url": "http://twitter.com/danielbreves",
"source": {
"git": "https://github.com/danielbreves/MusicTheory.git",
"tag": "v1.1.1"
},
"source_files": "Sources/**/*.swift",
"module_name": "MusicTheory",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}