From 2547774f17f637a5c233ee575b678ff2efcabd1d Mon Sep 17 00:00:00 2001 From: Tony Arnold Date: Wed, 26 Sep 2018 17:02:54 +1000 Subject: [PATCH] Bump versions to v1.3.0 --- .swift-version | 2 +- Differ.podspec | 7 ++++--- Supporting Files/Framework-Info.plist | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.swift-version b/.swift-version index 7d5c902..bf77d54 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.1 +4.2 diff --git a/Differ.podspec b/Differ.podspec index bc9aa44..b2052b1 100644 --- a/Differ.podspec +++ b/Differ.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Differ" - s.version = "1.2.3" + s.version = "1.3.0" s.summary = "A very fast difference calculation library written in Swift." s.homepage = "https://github.com/tonyarnold/Diff" s.description = <<-DESC @@ -16,11 +16,12 @@ Also included are utilities for easily applying diffs and patches to `UICollecti "Tony Arnold" => "tony@thecocoabots.com" } - s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.2.3" } + s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.3.0" } s.source_files = "Sources/Differ" s.platforms = { :ios => "8.0", :osx => "10.11", :tvos => "9.0", :watchos => "3.0" } - s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' } + s.swift_version = "4.2" + s.ios.exclude_files = [ "Sources/Differ/Diff+AppKit.swift" ] diff --git a/Supporting Files/Framework-Info.plist b/Supporting Files/Framework-Info.plist index 498da89..67fb201 100644 --- a/Supporting Files/Framework-Info.plist +++ b/Supporting Files/Framework-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.2.3 + 1.3.0 CFBundleSignature ???? CFBundleVersion