diff --git a/ChameleonFramework.podspec b/ChameleonFramework.podspec index b58ede7..6c2c6e5 100644 --- a/ChameleonFramework.podspec +++ b/ChameleonFramework.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = { "Vicc Alexander" => "madewithchameleon@gmail.com" } s.social_media_url = "http://twitter.com/ViccsMind" - s.platform = :ios, "6.0" + s.platform = :ios, "8.0" s.source = { :git => "https://github.com/VAlexander/Chameleon.git", :tag => "1.1.3" } s.source_files = "Chameleon", "Classes/**/*.{h,m}"