blob: 9760f89e3b42cdbd387ab65ec786db61954758a0 [file] [log] [blame]
{
"name": "SCSiriWaveformView",
"version": "1.0.1",
"platforms": {
"ios": "7.0"
},
"summary": "UIView subclass that reproduces the waveform effect seen in Siri on iOS 7",
"homepage": "https://github.com/stefanceriu/SCSiriWaveformView",
"authors": {
"Stefan Ceriu": "stefan.ceriu@yahoo.com"
},
"social_media_url": "https://twitter.com/stefanceriu",
"source": {
"git": "https://github.com/stefanceriu/SCSiriWaveformView.git",
"tag": "v1.0.1"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": "SCSiriWaveformView/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation",
"AVFoundation"
],
"screenshots": [
"https://dl.dropboxusercontent.com/u/12748201/SCSiriWaveformView/SCSiriWaveformView.gif"
]
}