blob: 05b53c6ff875cd9f42aac8abb4a4c26419d30a1d [file] [log] [blame]
{
"name": "NPWaveformView",
"version": "0.1.1",
"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.1"
},
"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"
}