[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / d / 0 / TuningFork / 0.1.1 / TuningFork.podspec.json
blob916a6768ff88f5c9789670cd7b3679036998c47f
2   "name": "TuningFork",
3   "version": "0.1.1",
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     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/comyarzaheri/TuningFork.git",
21     "tag": "0.1.1"
22   },
23   "source_files": [
24     "TuningFork/*.{h,swift}",
25     "TuningFork/**/*.{h,swift}"
26   ],
27   "module_name": "TuningFork",
28   "requires_arc": true,
29   "dependencies": {
30     "AudioKit": [
31       "~> 2.3"
32     ],
33     "Chronos-Swift": [
34       "~> 0.2.2"
35     ]
36   }