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