Browse Source

Bump podspec iOS version to 8.0

Ryan Olson 8 years ago
parent
commit
d6a5b1af8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FLEX.podspec

+ 1 - 1
FLEX.podspec

@@ -29,7 +29,7 @@ Pod::Spec.new do |spec|
   spec.license          = { :type => "BSD", :file => "LICENSE" }
   spec.author           = { "Ryan Olson" => "ryanolsonk@gmail.com" }
   spec.social_media_url = "https://twitter.com/ryanolsonk"
-  spec.platform         = :ios, "7.0"
+  spec.platform         = :ios, "8.0"
   spec.source           = { :git => "https://github.com/Flipboard/FLEX.git", :tag => "#{spec.version}" }
   spec.source_files     = "Classes/**/*.{h,m}"
   spec.frameworks       = "CoreGraphics"