Skip to content

Commit

Permalink
Updated SwiftyVIPER podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
codytwinton committed Feb 5, 2018
1 parent ac1ea45 commit 9a74c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftyVIPER.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SwiftyVIPER'
s.version = '1.2.3'
s.version = '2.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Swifty Interaction with VIPER'
s.homepage = 'https://github.com/codytwinton/SwiftyVIPER'
s.source = { :git => 'https://github.com/codytwinton/SwiftyVIPER.git', :tag => s.version.to_s }

s.source_files = 'Sources/*.swift'
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.frameworks = 'UIKit'
s.requires_arc = true

Expand Down

0 comments on commit 9a74c57

Please sign in to comment.