[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / 1 / Peak / 1.2.0 / Peak.podspec.json
blob5d3f221e4291c2f106d7821ea8cd9691245f181a
2   "name": "Peak",
3   "version": "1.2.0",
4   "summary": "A collection of iOS and OS X audio tools, written in Swift.",
5   "homepage": "https://github.com/hoseking/Peak",
6   "license": "MIT",
7   "authors": {
8     "hoseking": "steviehosking@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0",
12     "osx": "10.9"
13   },
14   "source": {
15     "git": "https://github.com/hoseking/Peak.git",
16     "tag": "1.2.0"
17   },
18   "frameworks": "AudioToolbox",
19   "default_subspecs": "Audio",
20   "subspecs": [
21     {
22       "name": "Audio",
23       "source_files": "Source/Audio/**/*"
24     },
25     {
26       "name": "AudioFile",
27       "source_files": "Source/AudioFile/**/*"
28     },
29     {
30       "name": "MIDI",
31       "source_files": "Source/MIDI/**/*"
32     }
33   ]