Skip to content

Commit

Permalink
Merge pull request #11 from heshamsalman/release_1.0.0
Browse files Browse the repository at this point in the history
Updated podspec
  • Loading branch information
Iron-Ham authored Sep 18, 2017
2 parents d0e87ed + a2a5881 commit d3f4659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReusableViews.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ReusableViews'
s.version = '0.2.0'
s.version = '1.0.0'
s.summary = 'Instantiate UIViewControllers from storyboards and dequeue views without a bang!'

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ allows you to instantiate view controllers from the storyboard without using a b
s.source = { :git => 'https://github.com/heshamsalman/ReusableViews.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/WhatsASoftware'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'

s.source_files = 'ReusableViews/Classes/**/*'
end

0 comments on commit d3f4659

Please sign in to comment.