Skip to content

Commit

Permalink
Reverted global deployment target to 5.0 for DTFoundation
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jan 16, 2013
1 parent f4342be commit 2be9650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DTFoundation/1.0.0/DTFoundation.podspec
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/Cocoanetics/DTFoundation.git", :tag => spec.version.to_s }
spec.license = 'BSD'

spec.ios.deployment_target = '4.3'
spec.ios.deployment_target = '5.0'
spec.osx.deployment_target = '10.6'
spec.requires_arc = true

Expand Down

0 comments on commit 2be9650

Please sign in to comment.