blob: 6a2e14c10856093cb37bc0e6b39ed1f325754d18 [file] [log] [blame]
{
"name": "anim",
"version": "0.0.4",
"summary": "Swift animations with easing.",
"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.4"
},
"source_files": "anim/anim.swift"
}