blob: fc312ab39cf8cd3bdbcf1b2ce791a834b395a9f3 [file] [log] [blame]
{
"name": "SwiftGridView",
"version": "0.6.1",
"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.6.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}