blob: cf4b6d391b91f5855ee0cea12f21e9d21c6a93fd [file] [log] [blame]
{
"name": "GlyuckDataGrid",
"version": "0.2.1",
"summary": "An UICollectionView subclass specialized on displaying multicolumn tables or spreadsheets.",
"homepage": "https://github.com/glyuck/GlyuckDataGrid",
"screenshots": [
"https://raw.githubusercontent.com/glyuck/GlyuckDataGrid/master/Example/screenshot_01.png",
"https://raw.githubusercontent.com/glyuck/GlyuckDataGrid/master/Example/screenshot_02.png"
],
"license": "MIT",
"authors": {
"Vladimir Lyukov": "v.lyukov@gmail.com"
},
"source": {
"git": "https://github.com/Glyuck/GlyuckDataGrid.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"public_header_files": "Source/**/*.h",
"frameworks": "UIKit"
}