blob: 1aee14827019c1de4670eb51df30036958221613 [file] [log] [blame]
{
"name": "SwiftGridView",
"version": "0.3.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "SwiftGridView/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}