blob: e654576e08f830045419a18c2268a914f4078878 [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.6.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KyoheiG3/GridView.git",
"tag": "0.6.0"
},
"source_files": "GridView/**/*.{h,swift}",
"requires_arc": true,
"frameworks": "UIKit"
}