blob: 92db09cae56c237dc36f84082097f79ada82778f [file] [log] [blame]
{
"name": "Animate",
"version": "0.1.5",
"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.5"
},
"social_media_url": "https://twitter.com/_SelfStudio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"pop": [
"~> 1.0.7"
]
}
}