We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb14bf9 commit 33b01f1Copy full SHA for 33b01f1
Carbon.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'Carbon'
3
- spec.version = '0.2.0'
+ spec.version = '0.3.0'
4
spec.author = { 'ra1028' => 'r.fe51028.r@gmail.com' }
5
spec.homepage = 'https://github.com/ra1028/Carbon'
6
spec.documentation_url = 'https://ra1028.github.io/Carbon'
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
spec.source_files = 'Sources/**/*.swift'
10
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
11
spec.requires_arc = true
12
- spec.swift_version = '4.2'
+ spec.swift_versions = ['4.2', '5.0']
13
spec.ios.deployment_target = '10.0'
14
spec.dependency 'DifferenceKit/Core', "~> 1.1"
15
spec.ios.frameworks = 'UIKit'
0 commit comments