[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / c / b / d / HKLSynthesizer / 0.7.4 / HKLSynthesizer.podspec.json
blob06e470108e354e149a99e055489ea507c91515cb
2   "name": "HKLSynthesizer",
3   "version": "0.7.4",
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.7.4"
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}",
26   "public_header_files": [
27     "HKLSynthesizer/HKLSynthesizer.h",
28     "HKLSynthesizer/AudioEngine/AudioEngineIF.h"
29   ]