blob: f4e08cf488c1cb883834de1a219723db0914166b [file] [log] [blame]
{
"name": "AnimationSugar",
"version": "0.0.2",
"summary": "Syntactic sugar for iOS animations.",
"description": "A tiny Swift library for cleaning up your animation code. Easily tweak options\nwith fluent-style syntax, and avoid nested callback for multi-step animations.",
"homepage": "https://github.com/intrepidmatt/AnimationSugar",
"license": "MIT",
"authors": {
"Matt Bridges": "matt@intrepid.io"
},
"source": {
"git": "https://github.com/intrepidmatt/AnimationSugar.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/rrridges",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}