[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / e / f / SpreadsheetView / 0.6.0 / SpreadsheetView.podspec.json
blob5a67ea59867c36ccaa5af452e011faeaf86920de
2   "name": "SpreadsheetView",
3   "version": "0.6.0",
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, you can easily create complex layouts like schedule, Gantt chart, timetable as if you are using Excel.",
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.6.0"
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"