[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 4 / 0 / FDWaveformView / 0.3.0 / FDWaveformView.podspec.json
blob90614de9bbab3ad8a6d3f7704952c16728d2204a
2   "name": "FDWaveformView",
3   "version": "0.3.0",
4   "summary": "Reads an audio file and displays the waveform",
5   "description": "                       FDWaveformView is an easy way to display an audio waveform in your app.\n                       It is a nice visualization to show a playing audio file or to select a\n",
6   "homepage": "https://github.com/fulldecent/FDWaveformView",
7   "screenshots": [
8     "https://camo.githubusercontent.com/8c51361597e3c150cce6f60db5055663a7a7f8f1/68747470733a2f2f692e696d6775722e636f6d2f354e376f7a6f672e706e67",
9     "https://camo.githubusercontent.com/3c21c8437f922ba6cb1a44b0701c02c140221d84/68747470733a2f2f692e696d6775722e636f6d2f665272486952502e706e67",
10     "https://camo.githubusercontent.com/771973985f42a25931bfafba291f313ba8e46e32/68747470733a2f2f692e696d6775722e636f6d2f4a514f4b51336f2e706e67",
11     "https://camo.githubusercontent.com/21e361bff1e2351a8f54636881c4290e4818501a/68747470733a2f2f692e696d6775722e636f6d2f386f52376370712e676966",
12     "https://camo.githubusercontent.com/700a0eeb4bfbf5bab688dcb11ef60784b2074eef/68747470733a2f2f692e696d6775722e636f6d2f456778586143592e676966"
13   ],
14   "license": "MIT",
15   "authors": {
16     "William Entriken": "github.com@phor.net"
17   },
18   "source": {
19     "git": "https://github.com/fulldecent/FDWaveformView.git",
20     "tag": "0.3.0"
21   },
22   "social_media_url": "https://twitter.com/fulldecent",
23   "platforms": {
24     "ios": "7.1"
25   },
26   "requires_arc": true,
27   "source_files": "Pod/Classes/**/*",
28   "resource_bundles": {
29     "FDWaveformView": [
30       "Pod/Assets/*.png"
31     ]
32   },
33   "public_header_files": "Pod/Classes/**/*.h",
34   "frameworks": [
35     "AVFoundation",
36     "MediaPlayer",
37     "CoreGraphics"
38   ]