blob: 27ddda27a3a25fa29d54bc981a51d9e01966ee32 [file] [log] [blame]
{
"name": "YetAnotherAnimationLibrary",
"version": "1.4.0",
"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 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": "1.4.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "Sources/**/*.swift"
}