Skip to content

Commit

Permalink
Correct the platform version in the podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybeansoup committed May 25, 2016
1 parent 5427e2d commit 5c50527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DropboxAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.author = { "Daniel Farrelly" => "[email protected]" }
s.source = { :git => "https://github.com/jellybeansoup/ios-dropbox-auth.git", :tag => "v0.1.0" }
s.platform = :ios, '7.0'
s.platform = :ios, '8.4'
s.requires_arc = true
s.source_files = 'src/DropboxAuth/*.{h,m}'
s.public_header_files = 'src/DropboxAuth/*.h'
Expand Down

0 comments on commit 5c50527

Please sign in to comment.