Skip to content

Commit 892afa6

Browse files
committed
1.0.0-rc.1
1 parent d7a7077 commit 892afa6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Carbon.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Carbon'
3-
spec.version = '0.3.0'
3+
spec.version = '1.0.0-rc.1'
44
spec.author = { 'ra1028' => 'r.fe51028.r@gmail.com' }
55
spec.homepage = 'https://github.com/ra1028/Carbon'
66
spec.documentation_url = 'https://ra1028.github.io/Carbon'
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.source_files = 'Sources/**/*.swift'
1010
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
1111
spec.requires_arc = true
12-
spec.swift_versions = ['4.2', '5.0']
12+
spec.swift_versions = ['5.0', '5.1']
1313
spec.ios.deployment_target = '10.0'
1414
spec.dependency 'DifferenceKit/Core', "~> 1.1"
1515
spec.ios.frameworks = 'UIKit'

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ra1028/DifferenceKit" "1.1.0"
1+
github "ra1028/DifferenceKit" "1.1.3"

Carthage/Checkouts/DifferenceKit

Submodule DifferenceKit updated 113 files

0 commit comments

Comments
 (0)