[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / f / 4 / 8 / AudioUnitPlayer / 1.0.1 / AudioUnitPlayer.podspec.json
blobf21fd0e73615b3ecd982dc23fc43dfb38ec4df73
2   "name": "AudioUnitPlayer",
3   "version": "1.0.1",
4   "summary": "AudioUnitPlayer",
5   "description": "AAC 流数据通过AudioUnit播放",
6   "homepage": "https://github.com/ColdMountain/AudioUnitPlayer",
7   "license": "MIT",
8   "authors": {
9     "coldMountain": "gomh520@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/ColdMountain/AudioUnitPlayer.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "AudioUnitPlayer.h",
20     "AudioUnitPlayer.m"
21   ],
22   "frameworks": [
23     "Foundation",
24     "AudioToolbox"
25   ],
26   "requires_arc": true