Skip to content

Commit

Permalink
Changed iOS minimum version to 5.0 #2292
Browse files Browse the repository at this point in the history
  • Loading branch information
autresphere committed Jul 10, 2013
1 parent 8dac430 commit 0344c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASDepthModal/1.0.0/ASDepthModal.podspec
Expand Up @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
:git => "https://github.com/autresphere/ASDepthModal.git",
:tag => "1.0.0"
}
s.platform = :ios, '6.0'
s.platform = :ios, '5.0'
s.source_files = 'ASDepthModal/*'
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics', 'QuartzCore', 'CoreImage', 'Accelerate'
s.requires_arc = true
end
end

0 comments on commit 0344c0f

Please sign in to comment.