blob: 9902072763720186d9403c13c6217944036908a2 [file] [log] [blame]
{
"name": "Animate",
"version": "0.1.6",
"summary": "Convenience tool for the Pop animation framework written in Swift",
"description": "Convenience tool for the Facebook Pop animation framework written in Swift",
"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.6"
},
"social_media_url": "https://twitter.com/_SelfStudio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"dependencies": {
"pop": [
"~> 1.0.7"
]
}
}