Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed May 5, 2019
1 parent 59b1c72 commit 7ef4b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DifferenceKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'DifferenceKit'
spec.version = '1.1.1'
spec.version = '1.1.2'
spec.author = { 'ra1028' => '[email protected]' }
spec.homepage = 'https://github.com/ra1028/DifferenceKit'
spec.documentation_url = 'https://ra1028.github.io/DifferenceKit'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
spec.requires_arc = true
spec.default_subspecs = 'Core', 'UIKitExtension'
spec.swift_version = '4.2'
spec.swift_versions = ['4.2', '5.0']

spec.ios.deployment_target = '9.0'
spec.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 7ef4b69

Please sign in to comment.