[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / d / 0 / TuningFork / 0.0.5 / TuningFork.podspec.json
blob26109b56ad68c6273b15deee3b1cec33edf866fd
2   "name": "TuningFork",
3   "version": "0.0.5",
4   "summary": "A Simple Tuner",
5   "description": "Allows for easy reading of pitch, frequency, amplitude, etc. from a device's microphone.",
6   "homepage": "https://github.com/comyarzaheri/TuningFork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Comyar Zaheri": ""
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/comyarzaheri/TuningFork.git",
20     "tag": "0.0.5"
21   },
22   "source_files": [
23     "TuningFork/*.{h,swift}",
24     "TuningFork/**/*.{h,swift}"
25   ],
26   "module_name": "TuningFork",
27   "requires_arc": true,
28   "dependencies": {
29     "AudioKit": [
31     ],
32     "Chronos-Swift": [
34     ]
35   }