[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / b / 8 / Cephalopod / 4.0.0 / Cephalopod.podspec.json
blob29b7989225027ddf4d5ee5e807fff835cb7b47f1
2   "name": "Cephalopod",
3   "version": "4.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/evgenyneu/Cephalopod",
8   "summary": "A sound fader for AVAudioPlayer written in Swift.",
9   "description": "This library can help fading sounds in and out with AvAudioPlayer. One can set duration and velocity of the fade. Velocity can vary from linear to exponential.",
10   "authors": {
11     "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/evgenyneu/Cephalopod.git",
15     "tag": "4.0.0"
16   },
17   "screenshots": "https://github.com/evgenyneu/Cephalopod/raw/master/graphics/cephalopod_logo.png",
18   "source_files": "Cephalopod/**/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "swift_versions": [
25     "4.2",
26     "5.0"
27   ]