From 7f6bcb2b60ff6e622c6e9a43047f471c10ad464a Mon Sep 17 00:00:00 2001 From: Pavan Kataria Date: Thu, 6 Apr 2017 12:35:08 +0100 Subject: [PATCH] Updates podspec to 0.5.1 --- Example/Podfile.lock | 4 ++-- Example/Pods/Local Podspecs/SwiftDataTables.podspec.json | 4 ++-- Example/Pods/Manifest.lock | 4 ++-- Example/Pods/Target Support Files/SwiftDataTables/Info.plist | 2 +- SwiftDataTables.podspec | 2 +- SwiftDataTables/Classes/SwiftDataTableFlowLayout.swift | 5 ++--- 6 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index e675d49..bd4fafe 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - SwiftDataTables (0.4.2) + - SwiftDataTables (0.5.0) DEPENDENCIES: - SwiftDataTables (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - SwiftDataTables: e00dd31cb962d895d7ce2a8b7b0b6e3da419ce2b + SwiftDataTables: c6191386bf58e48178f0362170fa7d65439ccaf7 PODFILE CHECKSUM: 117ac710a88fe801ecac2a925baa29b1107fef2e diff --git a/Example/Pods/Local Podspecs/SwiftDataTables.podspec.json b/Example/Pods/Local Podspecs/SwiftDataTables.podspec.json index eccce6b..69846a9 100644 --- a/Example/Pods/Local Podspecs/SwiftDataTables.podspec.json +++ b/Example/Pods/Local Podspecs/SwiftDataTables.podspec.json @@ -1,6 +1,6 @@ { "name": "SwiftDataTables", - "version": "0.4.2", + "version": "0.5.0", "summary": "A Swift Data Table package that allows ordering, searching, and paging with extensible options.", "description": "SwiftDataTables allows you to display grid-like data sets in a nicely formatted table for iOS. The main goal for the end-user are to be able to obtain useful information from the table as quickly as possible with the following features: ordering, searching, and paging; where as for the developer is to allow for easy implementation with extensible options. This package was inspired by Javascript's DataTables package.", "homepage": "https://github.com/pavankataria/SwiftDataTables", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/pavankataria/SwiftDataTables.git", - "tag": "0.4.2" + "tag": "0.5.0" }, "platforms": { "ios": "8.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index e675d49..bd4fafe 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - SwiftDataTables (0.4.2) + - SwiftDataTables (0.5.0) DEPENDENCIES: - SwiftDataTables (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - SwiftDataTables: e00dd31cb962d895d7ce2a8b7b0b6e3da419ce2b + SwiftDataTables: c6191386bf58e48178f0362170fa7d65439ccaf7 PODFILE CHECKSUM: 117ac710a88fe801ecac2a925baa29b1107fef2e diff --git a/Example/Pods/Target Support Files/SwiftDataTables/Info.plist b/Example/Pods/Target Support Files/SwiftDataTables/Info.plist index a71f7a0..324eeb2 100644 --- a/Example/Pods/Target Support Files/SwiftDataTables/Info.plist +++ b/Example/Pods/Target Support Files/SwiftDataTables/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.4.2 + 0.5.0 CFBundleSignature ???? CFBundleVersion diff --git a/SwiftDataTables.podspec b/SwiftDataTables.podspec index ab8c498..dcac0af 100644 --- a/SwiftDataTables.podspec +++ b/SwiftDataTables.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftDataTables' - s.version = '0.4.3' + s.version = '0.5.1' s.summary = 'A Swift Data Table package that allows ordering, searching, and paging with extensible options.' # This description is used to generate tags and improve search results. diff --git a/SwiftDataTables/Classes/SwiftDataTableFlowLayout.swift b/SwiftDataTables/Classes/SwiftDataTableFlowLayout.swift index fd35f40..d822ffd 100644 --- a/SwiftDataTables/Classes/SwiftDataTableFlowLayout.swift +++ b/SwiftDataTables/Classes/SwiftDataTableFlowLayout.swift @@ -65,7 +65,6 @@ class SwiftDataTableFlowLayout: UICollectionViewFlowLayout { let currentRowYOffset = Array(0..