blob: 13a50326cf5e6b3f2b2c0e591a99ae1cea720122 [file] [log] [blame]
{
"name": "SimpleAnimation",
"version": "0.1.1",
"summary": "A UIView extension that makes adding basic animations, like fades and bounces, simple.",
"homepage": "https://github.com/keithito/SimpleAnimation",
"license": "MIT",
"authors": {
"Keith Ito": "keeeto@gmail.com"
},
"source": {
"git": "https://github.com/keithito/SimpleAnimation.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/keeeto",
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleAnimation/Classes/**/*",
"frameworks": "UIKit"
}