blob: b206aa221544928cb82d15eec01f54c03105d557 [file] [log] [blame]
{
"name": "G3GridView",
"summary": "Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.",
"homepage": "https://github.com/KyoheiG3/GridView",
"version": "0.5.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KyoheiG3/GridView.git",
"tag": "0.5.1"
},
"source_files": "GridView/**/*.{h,swift}",
"requires_arc": true,
"frameworks": "UIKit"
}