blob: a85fccc3b4a46ba13ef57f179d582cb7053723e4 [file] [log] [blame]
{
"name": "SwiftyWave",
"version": "1.1.0",
"summary": "Sound Waves View in Swift.",
"description": "Sound Waves View in Swift, Support Storyboard",
"homepage": "https://github.com/octree/SwiftyWave",
"license": "SwiftyWave is released under the WTFPL license. (Do What the Fuck You Want to Public License)",
"authors": {
"Octree": "octree@octree.me"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/octree/SwiftyWave.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"SwiftyWave/**/*.swift"
],
"frameworks": [
"UIKit",
"QuartzCore",
"CoreGraphics"
]
}