blob: ee86e76f6eba9e9441a94bf136172113b9096419 [file] [log] [blame]
{
"name": "CollectionKit",
"version": "0.0.5",
"summary": "A modern swift framework for building data-driven reusable collection view components.",
"description": "A modern swift framework for building data-driven reusable collection view components.",
"homepage": "https://github.com/lkzhao/CollectionKit",
"screenshots": "https://github.com/lkzhao/CollectionKit/blob/master/imgs/demo.gif?raw=true",
"license": "MIT",
"authors": {
"Luke": "lzhaoyilun@gmail.com"
},
"source": {
"git": "https://github.com/lkzhao/CollectionKit.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"dependencies": {
"YetAnotherAnimationLibrary": [
"~> 1.1.0"
],
"Diff": [
"~> 0.5.3"
]
},
"pushed_with_swift_version": "3.0"
}