Skip to content

Commit 33b01f1

Browse files
committed
Update podspec
1 parent cb14bf9 commit 33b01f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.2.0'
3+
spec.version = '0.3.0'
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_version = '4.2'
12+
spec.swift_versions = ['4.2', '5.0']
1313
spec.ios.deployment_target = '10.0'
1414
spec.dependency 'DifferenceKit/Core', "~> 1.1"
1515
spec.ios.frameworks = 'UIKit'

0 commit comments

Comments
 (0)