blob: ed407eebb0a939490fd7a28d09f6aae6beb5ac55 [file] [log] [blame]
{
"name": "YetAnotherAnimationLibrary",
"version": "0.9",
"summary": "Designed for gesture-driven animations. Simple, fast and extensible.",
"description": "Designed for gesture-driven animations. Simple, fast and extensible.\n\nIt is written in pure swift 3.1 with protocol oriented design and extensive use of generics.",
"homepage": "https://github.com/lkzhao/YetAnotherAnimationLibrary",
"license": "MIT",
"authors": {
"Luke": "lzhaoyilun@gmail.com"
},
"source": {
"git": "https://github.com/lkzhao/YetAnotherAnimationLibrary.git",
"tag": "0.9"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.0"
}