[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / c / b / d / HKLSynthesizer / 0.6.0 / HKLSynthesizer.podspec.json
blob85ce43dd8d88f5f9e19577b9377d0ff4e38d4be9
2   "name": "HKLSynthesizer",
3   "version": "0.6.0",
4   "summary": "Audio Synthesizer & Sequencer engine for iOS.",
5   "description": "HKLSynthesizer is a simple but precise audio sequencer engine for iOS.\n**This library uses a sample program contained in KORG WIST SDK.**",
6   "homepage": "https://github.com/hirohitokato/HKLSynthesizer",
7   "screenshots": "https://raw.githubusercontent.com/hirohitokato/HKLSynthesizer/master/images/screenshot_0.png",
8   "source": {
9     "git": "https://github.com/hirohitokato/HKLSynthesizer.git",
10     "tag": "v0.6.0"
11   },
12   "license": "New BSD",
13   "authors": "Hirohito Kato",
14   "social_media_url": "http://twitter.com/hkato193",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "Foundation",
21     "AVFoundation",
22     "AudioToolbox"
23   ],
24   "module_name": "HKLSynthesizer",
25   "source_files": "HKLSynthesizer/**/*.{h,cpp,mm,swift}"