blob: b4720492f07124b052f74cf515a044b1dca14c11 [file] [log] [blame]
{
"name": "SwiftGridView",
"version": "0.7.2",
"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.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit",
"swift_version": "5.0"
}