blob: 9b95c9d955851d58727d46bd39b0af7d82714918 [file] [log] [blame]
{
"name": "SwiftGridView",
"version": "0.7.0",
"summary": "A Swift based iOS Data Grid component.",
"description": "Swift UICollectionView based data grid component for fast implementation of advanced table / datagrid layouts. 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.7.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit"
}