blob: 0395fb41956d119e4095b7d668d54a520db9fb86 [file] [log] [blame]
{
"name": "Boing",
"version": "0.4.5",
"summary": "A simple and powerful animation API for views in Swift.",
"description": "Boing is an animation library written in Swift with a simple and easy to use API for views.\nInspired by several animation libraries, it tries to simplify and bring the best of all of them\ntogether.",
"homepage": "https://github.com/pokanop/boing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Sahel Jalal",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/pokanop/boing.git",
"tag": "0.4.5"
},
"source_files": "Boing/Sources/**/*.{swift}",
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}