2 "name": "SpreadsheetView",
4 "summary": "Full configurable spreadsheet view user interfaces for iOS applications.",
5 "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",
6 "homepage": "https://github.com/kishikawakatsumi/SpreadsheetView",
8 "https://raw.githubusercontent.com/kishikawakatsumi/SpreadsheetView/master/Resources/GanttChart.png",
9 "https://raw.githubusercontent.com/kishikawakatsumi/SpreadsheetView/master/Resources/Timetable.png",
10 "https://raw.githubusercontent.com/kishikawakatsumi/SpreadsheetView/master/Resources/DailySchedule_portrait.png"
15 "source_files": "Framework/Sources/*.swift",
16 "pod_target_xcconfig": {
17 "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
18 "APPLICATION_EXTENSION_API_ONLY": "YES"
20 "frameworks": "UIKit",
22 "git": "https://github.com/kishikawakatsumi/SpreadsheetView.git",
30 "Kishikawa Katsumi": "kishikawakatsumi@mac.com"
32 "social_media_url": "https://twitter.com/k_katsumi",
33 "pushed_with_swift_version": "3.0"