[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / e / f / SpreadsheetView / 0.9.1 / SpreadsheetView.podspec.json
blobb714e8237092b8a40012ca53d3c62e7e9e7fc5be
2   "name": "SpreadsheetView",
3   "version": "0.9.1",
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/bannzai/SpreadsheetView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/bannzai/SpreadsheetView/master/Resources/GanttChart.png",
9     "https://raw.githubusercontent.com/bannzai/SpreadsheetView/master/Resources/Timetable.png",
10     "https://raw.githubusercontent.com/bannzai/SpreadsheetView/master/Resources/DailySchedule_portrait.png"
11   ],
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source_files": "Framework/Sources/*.swift",
16   "pod_target_xcconfig": {
17     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
18     "APPLICATION_EXTENSION_API_ONLY": "YES"
19   },
20   "frameworks": "UIKit",
21   "source": {
22     "git": "https://github.com/bannzai/SpreadsheetView.git",
23     "tag": "v0.9.1"
24   },
25   "license": {
26     "type": "MIT",
27     "file": "LICENSE"
28   },
29   "authors": {
30     "Kishikawa Katsumi": "kishikawakatsumi@mac.com"
31   },
32   "social_media_url": "https://twitter.com/k_katsumi",
33   "swift_versions": "5.0",
34   "swift_version": "5.0"