blob: 4cb37690bcf58cd7491d017a1b2d66b8c7317c11 [file] [log] [blame]
{
"name": "WavyView",
"version": "1.0.1",
"summary": "Swift library for creating wavy animations.",
"description": "Swift library for creating wavy animations. Provides the provision for controlling amplitude, duration, speed, color and direction of the waves.",
"homepage": "https://github.com/pallavtrivedi03/WavyView",
"license": "MIT",
"authors": {
"Pallav Trivedi": "pallavtrivedi03@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/pallavtrivedi03/WavyView.git",
"tag": "1.0.1"
},
"source_files": "WavyView/**/*",
"exclude_files": "WavyView/**/*.plist",
"requires_arc": true
}