Skip to content

Commit

Permalink
Minor update to Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
codytwinton committed Nov 21, 2016
1 parent 0b64486 commit 8d0127b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SwiftyVIPER.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftyVIPER'
s.version = '1.0'
s.version = '1.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Swifty Interaction with VIPER'
s.homepage = 'https://github.com/codytwinton/SwiftyVIPER'
Expand All @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.frameworks = 'UIKit'
s.requires_arc = true

s.social_media_url = 'http://twitter.com/codytwinton'
s.authors = { 'Cody Winton' => '[email protected]' }
Expand Down

0 comments on commit 8d0127b

Please sign in to comment.