blob: f13e92ee41fac87643b88c26310ea0ad0cbc2ab1 [file] [log] [blame]
{
"name": "NPWaveformView",
"version": "0.1.0",
"summary": "UIView subclass that reproduces the waveform effect seen in Siri.",
"description": "NPWaveformView is an UIView fully customizable subclass that reproduces the waveform effect seen in Siri.",
"homepage": "https://github.com/prnncl/NPWaveformView",
"screenshots": "http://s13.postimg.org/dil5puf0n/Untitled_1.jpg",
"license": "MIT",
"authors": {
"Nicola Perantoni": "nicola.perantoni@gmail.com"
},
"source": {
"git": "https://github.com/prnncl/NPWaveformView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/prnncl",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NPWaveformView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}