blob: 106ff78c5e976ccce8ad211877a00cf75f175ab6 [file] [log] [blame]
{
"name": "SwiftGridView",
"version": "0.3.0",
"summary": "A Swift based iOS implementation of a Data Grid component.",
"description": "Swift UICollectionView based data grid component. Currently only supports iOS9+ and Swift 3.0",
"homepage": "https://github.com/nlampi/SwiftGridView",
"license": "MIT",
"authors": {
"Nathan Lampi": "nate@nathanlampi.com"
},
"source": {
"git": "https://github.com/nlampi/SwiftGridView.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "SwiftGridView/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}