blob: b50a885b21ba7e485e8b65b462c96dc8660aead9 [file] [log] [blame]
{
"name": "Animate",
"version": "0.1.4",
"summary": "Convenience tool for the Pop animation framework written in Swift",
"description": " Convenience tool for the Facebook Pop animation framework written in Swift\n",
"homepage": "https://github.com/CodeEagle/Animate",
"screenshots": [
"https://raw.githubusercontent.com/CodeEagle/Animate/master/demo2.png",
"https://raw.githubusercontent.com/CodeEagle/Animate/master/demo1.png"
],
"license": "MIT",
"authors": {
"CodeEagle": "stasura@hotmail.com"
},
"source": {
"git": "https://github.com/CodeEagle/Animate.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/_SelfStudio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"pop": [
"~> 1.0.7"
]
}
}