blob: 85ce43dd8d88f5f9e19577b9377d0ff4e38d4be9 [file] [log] [blame]
{
"name": "HKLSynthesizer",
"version": "0.6.0",
"summary": "Audio Synthesizer & Sequencer engine for iOS.",
"description": "HKLSynthesizer is a simple but precise audio sequencer engine for iOS.\n**This library uses a sample program contained in KORG WIST SDK.**",
"homepage": "https://github.com/hirohitokato/HKLSynthesizer",
"screenshots": "https://raw.githubusercontent.com/hirohitokato/HKLSynthesizer/master/images/screenshot_0.png",
"source": {
"git": "https://github.com/hirohitokato/HKLSynthesizer.git",
"tag": "v0.6.0"
},
"license": "New BSD",
"authors": "Hirohito Kato",
"social_media_url": "http://twitter.com/hkato193",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"AVFoundation",
"AudioToolbox"
],
"module_name": "HKLSynthesizer",
"source_files": "HKLSynthesizer/**/*.{h,cpp,mm,swift}"
}