blob: a8608198dbc3230068b6125b255ac66728d9b722 [file] [log] [blame]
{
"name": "Allihoopa-macOS",
"version": "0.1.3",
"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": "0.1.3"
},
"source_files": [
"Allihoopa",
"Allihoopa/Drop"
],
"header_dir": "Allihoopa",
"module_name": "Allihoopa",
"public_header_files": "Allihoopa/*.h",
"resource_bundles": {
"Allihoopa": [
"Allihoopa/Drop/*.storyboard"
]
},
"dependencies": {
"AllihoopaCore": [
"~> 0.2.7"
]
},
"deprecated": true
}