diff --git a/UIView+CustomFonts.podspec b/UIView+CustomFonts.podspec index 708c874..acb0199 100644 --- a/UIView+CustomFonts.podspec +++ b/UIView+CustomFonts.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/samwize/UIView-CustomFonts.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/samwize' - s.platform = :ios, '5.0' + s.platform = :ios, '6.0' s.requires_arc = true s.source_files = 'Classes/*.{h,m}'