blob: 7807f860fc6295d283826e989d39277cbcd3f0d2 [file] [log] [blame]
{
"name": "SpreadsheetView",
"version": "0.8.0",
"summary": "Full configurable spreadsheet view user interfaces for iOS applications.",
"description": "Full configurable spreadsheet view user interfaces for iOS applications. With this framework, \nyou can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.\n\nFeatures\n- Fixed column and row headers\n- Merge cells\n- Circular infinite scrolling automatically\n- Customize grids and borders for each cell\n- Customize inter cell spacing vertically and horizontally\n- Fast scrolling, memory efficient\n- `UICollectionView` like API\n- Well unit tested",
"homepage": "https://github.com/kishikawakatsumi/SpreadsheetView",
"screenshots": [
"https://raw.githubusercontent.com/kishikawakatsumi/SpreadsheetView/master/Resources/GanttChart.png",
"https://raw.githubusercontent.com/kishikawakatsumi/SpreadsheetView/master/Resources/Timetable.png",
"https://raw.githubusercontent.com/kishikawakatsumi/SpreadsheetView/master/Resources/DailySchedule_portrait.png"
],
"platforms": {
"ios": "8.0"
},
"source_files": "Framework/Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"frameworks": "UIKit",
"source": {
"git": "https://github.com/kishikawakatsumi/SpreadsheetView.git",
"tag": "v0.8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kishikawa Katsumi": "kishikawakatsumi@mac.com"
},
"social_media_url": "https://twitter.com/k_katsumi",
"pushed_with_swift_version": "3.0"
}