[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / f / 5 / 9 / TheAmazingAudioEngine / 1.0 / TheAmazingAudioEngine.podspec.json
blobfaf1ecfbec5118a49a3b6f00597ff2a494b4fdf8
2   "name": "TheAmazingAudioEngine",
3   "version": "1.0",
4   "summary": "Core Audio, Cordially: A sophisticated framework for iOS audio applications, built so you don't have to.",
5   "homepage": "https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine",
6   "license": {
7     "type": "zlib",
8     "file": "License.txt"
9   },
10   "authors": {
11     "michaeltyson": "michael@atastypixel.com"
12   },
13   "source": {
14     "git": "https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "4.3"
19   },
20   "source_files": [
21     "TheAmazingAudioEngine/**/*.{h,m,c}",
22     "Modules/**/*.{h,m,c}"
23   ],
24   "frameworks": [
25     "AudioToolbox",
26     "Accelerate"
27   ],
28   "requires_arc": false