From a60aa4e973a756fa48cee1df43a3f09a95860a65 Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Sat, 13 May 2017 11:17:08 +0900 Subject: [PATCH] Bump version to v0.6.1 --- Framework/Sources/Info.plist | 2 +- SpreadsheetView.podspec | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Framework/Sources/Info.plist b/Framework/Sources/Info.plist index df80ae9f..b1786cde 100644 --- a/Framework/Sources/Info.plist +++ b/Framework/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/SpreadsheetView.podspec b/SpreadsheetView.podspec index 5197bc31..af2e69f1 100644 --- a/SpreadsheetView.podspec +++ b/SpreadsheetView.podspec @@ -1,9 +1,20 @@ Pod::Spec.new do |s| s.name = 'SpreadsheetView' - s.version = '0.6.0' + s.version = '0.6.1' s.summary = 'Full configurable spreadsheet view user interfaces for iOS applications.' s.description = <<-DESC - Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel. + Full configurable spreadsheet view user interfaces for iOS applications. With this framework, + you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel. + + Features + - Fixed column and row headers + - Merge cells + - Circular infinite scrolling automatically + - Customize grids and borders for each cell + - Customize inter cell spacing vertically and horizontally + - Fast scrolling, memory efficient + - `UICollectionView` like API + - Well unit tested DESC s.homepage = 'https://github.com/kishikawakatsumi/SpreadsheetView' s.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'