Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed Feb 5, 2018
1 parent 5bae5da commit 977113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DPPickerManager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/priore/DPPickerManager.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/danilopriore'

s.platform = :ios
s.platform = :ios, "10.0"
s.ios.deployment_target = '10.0'
s.requires_arc = true
s.framework = 'UIKit'
Expand Down

0 comments on commit 977113e

Please sign in to comment.