blob: 5a67ea59867c36ccaa5af452e011faeaf86920de [file] [log] [blame]
{
"name": "SpreadsheetView",
"version": "0.6.0",
"summary": "Full configurable spreadsheet view user interfaces for iOS applications.",
"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.",
"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.6.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"
}