Skip to content

Commit 37d3f01

Browse files
committed
Bump versions to v1.3.0
1 parent 6dbd920 commit 37d3f01

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Differ.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Differ"
3-
s.version = "1.2.3"
3+
s.version = "1.3.0"
44
s.summary = "A very fast difference calculation library written in Swift."
55
s.homepage = "https://github.com/tonyarnold/Diff"
66
s.description = <<-DESC
@@ -16,11 +16,12 @@ Also included are utilities for easily applying diffs and patches to `UICollecti
1616
"Tony Arnold" => "tony@thecocoabots.com"
1717
}
1818

19-
s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.2.3" }
19+
s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.3.0" }
2020
s.source_files = "Sources/Differ"
2121

2222
s.platforms = { :ios => "8.0", :osx => "10.11", :tvos => "9.0", :watchos => "3.0" }
23-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
23+
s.swift_version = "4.2"
24+
2425
s.ios.exclude_files = [
2526
"Sources/Differ/Diff+AppKit.swift"
2627
]

Supporting Files/Framework-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.3</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)