blob: eb7f7118d6ebac04e0e109e1ae1726564c353aa7 [file] [log] [blame]
{
"name": "CollectionKit",
"version": "1.0.2",
"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/SoySauceLab/CollectionKit",
"license": "MIT",
"authors": {
"Luke": "lzhaoyilun@gmail.com"
},
"source": {
"git": "https://github.com/SoySauceLab/CollectionKit.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.0"
}