blob: 721b127bc192b570db4af0fcd9ca934725836803 [file] [log] [blame]
{
"name": "SwiftSiriWaveformView",
"version": "0.0.1",
"summary": "UIView subclass that reproduces the waveform effect seen in Siri on iOS 7+",
"description": "SwiftSiriWaveformView is a UIView subclass that reproduces the waveform effect seen in Siri on iOS 7+. \n\nIt is an interface-incompatible Swift adaptation of the amazing [SCSiriWaveformView](https://github.com/stefanceriu/SCSiriWaveformView) by [Stefan Ceriu](https://github.com/stefanceriu).",
"homepage": "https://github.com/alankarmisra/SwiftSiriWaveformView",
"license": "MIT",
"authors": {
"Alankar Misra": "alankarmisra@gmail.com"
},
"source": {
"git": "https://github.com/alankarmisra/SwiftSiriWaveformView.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftSiriWaveformView": [
"Pod/Assets/*.png"
]
}
}