Skip to content

Commit

Permalink
Update podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthein committed Apr 30, 2018
1 parent f91f66d commit e5236fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Extras.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Extras'
s.version = '1.0.3'
s.ios.deployment_target = '10.0'
s.version = '1.1.0'
s.ios.deployment_target = '9.0'
s.summary = 'Just some extras..'
s.description = <<-DESC
Some extensions for personal use.
Expand All @@ -12,4 +12,4 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/roberthein'
s.source = { :git => 'https://github.com/roberthein/Extras.git', :tag => s.version.to_s }
s.source_files = 'Extras/Classes/**/*.{swift}'
end
end

0 comments on commit e5236fb

Please sign in to comment.