blob: dd0be90498ebc2f9cfacf4c3bd7d0923d0314379 [file] [log] [blame]
{
"name": "SwiftSiriWaveformView",
"version": "0.0.3",
"summary": "UIView subclass that reproduces the waveform effect seen in Siri on iOS 7 / iOS 8",
"description": "SwiftSiriWaveformView is a UIView subclass that reproduces the waveform effect seen in Siri on iOS 7 / iOS 8. \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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftSiriWaveformView": [
"Pod/Assets/*.png"
]
}
}