blob: 17b75616fcaf378213b7c362005e13ccac8992c8 [file] [log] [blame]
{
"name": "CleanKit",
"version": "0.1.0",
"summary": "A boilerplate for Swift 3+ projects using CleanSwift and VIP architecture",
"description": "A clean boilerplate for Swift 3+ projects using CleanSwift and VIP architecture.\nThere are some useful structs handling view-models for generic collection view, table view and picker view.\nIn addition, you can find some extensions for CGPoint, UICollectionView, UITableView, UIView, UIColor and String.",
"homepage": "https://github.com/zebutech/cleankit-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ludovic Riviere": "ludovic@zebutech.io"
},
"source": {
"git": "https://github.com/zebutech/cleankit-swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CleanKit/Classes/**/*",
"pushed_with_swift_version": "3.0"
}