blob: 7d0aa32c5b061a94e460b539b5880ae01d64e0cc [file] [log] [blame]
{
"name": "anim",
"version": "0.0.6",
"summary": "Swift animations with more easing options.",
"description": "As you may already familiar with, UIView.animateWithDuration only allows you to use 4 different easing options. *anim* allows you to use 21 more easing variations with almost identical syntax.",
"homepage": "https://github.com/onurersel/anim",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Onur Ersel": "onurersel@gmail.com"
},
"social_media_url": "https://twitter.com/ethestel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/onurersel/anim.git",
"tag": "v0.0.6"
},
"source_files": "anim/anim.swift"
}