Skip to content

Commit

Permalink
Change podspec to require iOS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Oct 19, 2015
1 parent 67fa6ac commit f257274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NYTPhotoViewer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'Apache 2.0' }
s.source = { :git => "https://github.com/NYTimes/NYTPhotoViewer.git", :tag => s.version.to_s }

s.platform = :ios, '7.0'
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
Expand Down

0 comments on commit f257274

Please sign in to comment.