Skip to content

Commit

Permalink
Fixed minimum requirement for podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jul 7, 2014
1 parent fe9b102 commit 66a5da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DTRichTextEditor.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'DTRichTextEditor'
spec.version = '1.6.7'
spec.platform = :ios, '4.3'
spec.platform = :ios, '6.0'
spec.license = 'BSD'
spec.source = { :git => '[email protected]:parts/dtrichtexteditor.git', :tag => spec.version.to_s }
spec.source_files = 'Core/Source/*.{h,m,c}', 'Core/*.h'
Expand Down

0 comments on commit 66a5da6

Please sign in to comment.