[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / a / 2 / 1 / Peak / 1.2.3 / Peak.podspec.json
blob130cfd93239562374bfce5c10a2d3a05105532cc
2   "name": "Peak",
3   "version": "1.2.3",
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.3"
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   ]