blob: 5b97fd668a577ac297f01857ec9a41c452cdde19 [file] [log] [blame]
{
"name": "MotionAnimation",
"version": "0.1.0",
"summary": "Lightweight animation library for UIKit in Swift",
"description": "An animation library written in swift. Checkout the Examples folder for more.\nConsider MotionAnimation as a extremely simplified version of facebook's pop library.\nThere is no performance optimization or background work. This project is made for simplicity and ease of use. It is for people who want to learn how an animation library is made.",
"homepage": "https://github.com/lkzhao/MotionAnimation",
"screenshots": "https://github.com/lkzhao/MotionAnimation/blob/master/imgs/demo.gif?raw=true",
"license": "MIT",
"authors": {
"Luke": "lzhaoyilun@gmail.com"
},
"source": {
"git": "https://github.com/lkzhao/MotionAnimation.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "MotionAnimation/*.swift"
}