blob: e33f2ffb331cd7dca7bf11621913fbacd8f25932 [file] [log] [blame]
{
"name": "Animate",
"version": "0.1.0",
"summary": "Convenience tool for the Pop animation framework written in Swift",
"description": " Convenience tool for the Facebook Pop animation framework written in Swift\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/CodeEagle/Animate",
"license": "MIT",
"authors": {
"CodeEagle": "stasura@hotmail.com"
},
"source": {
"git": "https://github.com/CodeEagle/Animate.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/_SelfStudio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"pop": [
"~> 1.0.7"
]
}
}