From 3b0fb40409977a709e7c465b6fa761e7b892b1a5 Mon Sep 17 00:00:00 2001 From: Vicc Alexander Date: Thu, 7 May 2015 16:05:05 -0700 Subject: [PATCH] Release 1.1.3 --- ChameleonFramework.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"