[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 4 / 0 / 7 / DSWaveformImage / 4.0.0 / DSWaveformImage.podspec.json
blobe39ac8413cccaac662ea89bad9742d9346d2379b
2   "name": "DSWaveformImage",
3   "version": "4.0.0",
4   "summary": "generate waveform images from audio files in iOS",
5   "description": "DSWaveformImageDrawer and DSWaveformImageView generate waveform images of audio files.",
6   "homepage": "https://github.com/dmrschmidt/DSWaveformImage",
7   "screenshots": "https://raw.github.com/dmrschmidt/DSWaveformImage/master/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Dennis Schmidt",
13   "social_media_url": "http://twitter.com/dmrschmidt",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dmrschmidt/DSWaveformImage.git",
19     "tag": "4.0.0"
20   },
21   "source_files": [
22     "DSWaveformImage",
23     "DSWaveformImage/**/*.swift"
24   ],
25   "frameworks": "AVFoundation",
26   "requires_arc": true,
27   "pushed_with_swift_version": "3.0"