Skip to content

Commit

Permalink
Bump versions to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Sep 26, 2018
1 parent 6dbd920 commit 2547774
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1
4.2
7 changes: 4 additions & 3 deletions Differ.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,11 +16,12 @@ Also included are utilities for easily applying diffs and patches to `UICollecti
"Tony Arnold" => "[email protected]"
}

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"
]
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/Framework-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.3</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2547774

Please sign in to comment.