blob: 5a287d231b50775f868a746d4a24137b719cff19 [file] [log] [blame]
{
"name": "FDWaveformView",
"version": "1.0.0",
"summary": "Reads an audio file and displays the waveform",
"description": "FDWaveformView is an easy way to display an audio waveform in your app.\nIt is a nice visualization to show a playing audio file or to select a",
"homepage": "https://github.com/fulldecent/FDWaveformView",
"screenshots": [
"https://camo.githubusercontent.com/8c51361597e3c150cce6f60db5055663a7a7f8f1/68747470733a2f2f692e696d6775722e636f6d2f354e376f7a6f672e706e67",
"https://camo.githubusercontent.com/3c21c8437f922ba6cb1a44b0701c02c140221d84/68747470733a2f2f692e696d6775722e636f6d2f665272486952502e706e67",
"https://camo.githubusercontent.com/771973985f42a25931bfafba291f313ba8e46e32/68747470733a2f2f692e696d6775722e636f6d2f4a514f4b51336f2e706e67",
"https://camo.githubusercontent.com/21e361bff1e2351a8f54636881c4290e4818501a/68747470733a2f2f692e696d6775722e636f6d2f386f52376370712e676966",
"https://camo.githubusercontent.com/700a0eeb4bfbf5bab688dcb11ef60784b2074eef/68747470733a2f2f692e696d6775722e636f6d2f456778586143592e676966"
],
"license": "MIT",
"authors": {
"William Entriken": "github.com@phor.net"
},
"source": {
"git": "https://github.com/fulldecent/FDWaveformView.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/fulldecent",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"AVFoundation",
"MediaPlayer",
"CoreGraphics"
]
}