blob: ed5ec366c275f05f9f730f2f157ff6cafeca7426 [file] [log] [blame]
{
"name": "CheckupWaveView",
"version": "1.0.1",
"platforms": {
"ios": "7.0"
},
"summary": "UIView subclass that reproduces the waveform effect seen in Siri on iOS 7",
"homepage": "https://github.com/hamzashahbaz/CheckupWaveView.git",
"authors": {
"Hamza Shahbaz": "hi@hamzashahbaz.dev"
},
"source": {
"git": "https://github.com/hamzashahbaz/CheckupWaveView.git",
"tag": "v1.0.1"
},
"license": {
"type": "MIT License",
"file": "LICENSE"
},
"source_files": "src/*",
"requires_arc": true,
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics",
"Foundation",
"AVFoundation"
],
"deprecated": true
}