Skip to content

Commit

Permalink
Set deployment target to 5.0
Browse files Browse the repository at this point in the history
... because it appears that subspecs cannot have a lower version than the spec, see CocoaPods/CocoaPods#745
  • Loading branch information
odrobnik committed Jan 16, 2013
1 parent 0b9d5ce commit 02082d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DTCoreText.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'DTCoreText'
spec.version = '1.1.0'
spec.platform = :ios, '4.3'
spec.platform = :ios, '5.0'
spec.license = 'BSD'
spec.source = { :git => 'https://github.com/Cocoanetics/DTCoreText.git', :tag => spec.version.to_s }
spec.source_files = 'Core/Source/*.{h,m,c}'
Expand Down

0 comments on commit 02082d1

Please sign in to comment.