[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 2 / 0 / VolumeBar / 3.1 / VolumeBar.podspec.json
blobd2f8c7a128bfc7e2a992284a1efeb27e0083e458
2   "name": "VolumeBar",
3   "version": "3.1",
4   "swift_version": "5.0",
5   "summary": "A volume indicator that doesn't obstruct content.",
6   "homepage": "https://gizmosachin.github.io/VolumeBar/",
7   "license": "MIT",
8   "social_media_url": "https://twitter.com/gizmosachin",
9   "authors": {
10     "Sachin Patel": "me@gizmosachin.com"
11   },
12   "source": {
13     "git": "https://github.com/gizmosachin/VolumeBar.git",
14     "tag": "3.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": [
20     "Sources/*.swift",
21     "Sources/Internal/*.swift"
22   ],
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CoreGraphics",
28     "QuartzCore"
29   ],
30   "documentation_url": "https://gizmosachin.github.io/VolumeBar/"