blob: 8cd68907e5696e09724e2c4c7ee5db76131bccab [file] [log] [blame]
{
"name": "SwiftSiriWaveformView",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftSiriWaveformView": [
"Pod/Assets/*.png"
]
}
}