[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / e / f / SpreadsheetView / 0.8.3 / SpreadsheetView.podspec.json
blob74fef2148fbd24440f45d8b678b252c8081af70c
2   "name": "SpreadsheetView",
3   "version": "0.8.3",
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",
7   "screenshots": [
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"
11   ],
12   "platforms": {
13     "ios": "8.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/kishikawakatsumi/SpreadsheetView.git",
23     "tag": "v0.8.3"
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   "pushed_with_swift_version": "3.0"