blob: 356e35580f2cac66b8612aa3828355b858210fa6 [file] [log] [blame]
{
"name": "MusicNotationCore",
"version": "0.1.1",
"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",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/drumnkyle/music-notation-core.git",
"tag": "0.1.1"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"pushed_with_swift_version": "3.0"
}