blob: 3276ac26273b489890e112215aa9cf0b10c43794 [file] [log] [blame]
{
"name": "MusicNotationCore",
"version": "0.1.0",
"summary": "Cross-platform Music Notation library.",
"description": "This is a cross-platform Music Notation library.\nThis is the core functionality. Please see MusicNotationKit\nfor the full library with rendering and playability.",
"homepage": "https://github.com/drumnkyle/music-notation-core",
"license": {
"type": "GPLv3",
"file": "LICENSE"
},
"authors": {
"Kyle Sherman": "kyledsherman@gmail.com",
"Miguel Osorio": "migue48@gmail.com"
},
"social_media_url": "http://twitter.com/drumnkyle",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/drumnkyle/music-notation-core.git",
"tag": "0.1.0"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"pushed_with_swift_version": "3.0"
}