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