blob: 7bc2beea8ff3b46f91997e44338389624eb912e3 [file] [log] [blame]
{
"name": "Boing",
"version": "0.7.1",
"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.7.1"
},
"source_files": "Boing/Sources/**/*.{swift}",
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"swift_versions": [
"5.0"
],
"swift_version": "5.0"
}