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