Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Change deplayment_target of the pod spec to support 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
942v committed Jun 9, 2015
1 parent cce54ef commit bdf8d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Popsicle.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Pod::Spec.new do |s|
s.author = { "David Roman" => "[email protected]" }
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.platform = :ios, '7.1'
s.ios.deployment_target = '7.1'

s.source = { :git => "https://github.com/Dromaguirre/Popsicle.git", :tag => s.version.to_s }
s.source_files = 'Popsicle/*.{h,m}'
Expand Down

0 comments on commit bdf8d53

Please sign in to comment.