Skip to content

Commit

Permalink
deployment target changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gomez authored and Sebastian Gomez committed Feb 23, 2016
1 parent 7252a3c commit 1fe79c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions ParceSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/sebastian989/ParceSwift.git", :tag => "0.0.1" }
s.source_files = "ParseSwift", "ParceSwift/*.{swift}"
s.frameworks = 'UIKit'
s.ios.deployment_target = '9.0'
s.platform = :ios, '9.0'
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.platform = :ios, '7.0'
s.requires_arc = false

end

0 comments on commit 1fe79c0

Please sign in to comment.