blob: df37a027cec82c11dd962a131d991fa9eb6ea117 [file] [log] [blame]
{
"name": "Allihoopa-macOS",
"version": "1.0.1",
"summary": "SDK to drop and import pieces to and from Allihoopa.",
"description": "Import and drop pieces from and to Allihoopa. Make your app part of the music making!",
"homepage": "https://github.com/allihoopa/Allihoopa-macOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mhallin": "mhallin@fastmail.com"
},
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/allihoopa/Allihoopa-macOS.git",
"tag": "1.0.1"
},
"source_files": [
"Allihoopa",
"Allihoopa/Drop"
],
"header_dir": "Allihoopa",
"module_name": "Allihoopa",
"public_header_files": "Allihoopa/*.h",
"resource_bundles": {
"Allihoopa": [
"Allihoopa/Drop/Base.lproj/*.*",
"Allihoopa/Drop/ja.lproj/*.*"
]
},
"dependencies": {
"AllihoopaCore": [
"~> 1.0.0"
]
},
"deprecated": true
}