[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 6 / 2 / AESampler / 0.1.1 / AESampler.podspec.json
blob727ac7795ddc53db69d29f151c172b424fb6bd92
2   "name": "AESampler",
3   "version": "0.1.1",
4   "summary": "An AUSampler wrapper for TheAmazingAudioEngine",
5   "description": "An AUSampler wrapper for TheAmazingAudioEngine.  Subclasses AEAudioUnitChannel.",
6   "homepage": "https://github.com/dave234/AESampler",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dave234": "dave234@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/dave234/AESampler.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "AESampler/Classes/**/*",
22   "dependencies": {
23     "TheAmazingAudioEngine": [
24       "> 1.5.1"
25     ],
26     "AUPresetManager": [
27       "~> 0.1.0"
28     ]
29   }