blob: 8d27458762f382a1df80dbe2d63c59ea2bf9991c [file] [log] [blame]
{
"name": "AnimationSugar",
"version": "0.0.1",
"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.1"
},
"social_media_url": "https://twitter.com/rrridges",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}