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