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