blob: 5b320edcc083a6c89036912f2b086ffa293560fd [file] [log] [blame]
{
"name": "SwiftGridView",
"version": "0.5.2",
"summary": "A Swift based iOS Data Grid component.",
"description": "Swift UICollectionView based data grid component for fast implementation of Currently only supports iOS9+ and Swift 3.0",
"homepage": "https://github.com/nlampi/SwiftGridView",
"license": "MIT",
"authors": {
"Nathan Lampi": "nate@nathanlampi.com"
},
"source": {
"git": "https://github.com/nlampi/SwiftGridView.git",
"tag": "0.5.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}