Skip to content

Commit

Permalink
Merge pull request #30 from ra1028/v1.0.0-rc_1
Browse files Browse the repository at this point in the history
Version 1.0.0-rc.1
  • Loading branch information
ra1028 authored Jul 29, 2019
2 parents d7a7077 + 892afa6 commit 70d345c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Carbon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Carbon'
spec.version = '0.3.0'
spec.version = '1.0.0-rc.1'
spec.author = { 'ra1028' => '[email protected]' }
spec.homepage = 'https://github.com/ra1028/Carbon'
spec.documentation_url = 'https://ra1028.github.io/Carbon'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.source_files = 'Sources/**/*.swift'
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
spec.requires_arc = true
spec.swift_versions = ['4.2', '5.0']
spec.swift_versions = ['5.0', '5.1']
spec.ios.deployment_target = '10.0'
spec.dependency 'DifferenceKit/Core', "~> 1.1"
spec.ios.frameworks = 'UIKit'
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ra1028/DifferenceKit" "1.1.0"
github "ra1028/DifferenceKit" "1.1.3"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/DifferenceKit
Submodule DifferenceKit updated 113 files

0 comments on commit 70d345c

Please sign in to comment.