Browse Source

Bump version in .podspec

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

+ 3 - 3
FLEX.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |spec|
 Pod::Spec.new do |spec|
   spec.name             = "FLEX"
   spec.name             = "FLEX"
-  spec.version          = "2.1.1"
+  spec.version          = "2.2.0"
   spec.summary          = "A set of in-app debugging and exploration tools for iOS"
   spec.summary          = "A set of in-app debugging and exploration tools for iOS"
   spec.description      = <<-DESC
   spec.description      = <<-DESC
                         - Inspect and modify views in the hierarchy.
                         - Inspect and modify views in the hierarchy.
@@ -32,8 +32,8 @@ Pod::Spec.new do |spec|
   spec.platform         = :ios, "8.0"
   spec.platform         = :ios, "8.0"
   spec.source           = { :git => "https://github.com/Flipboard/FLEX.git", :tag => "#{spec.version}" }
   spec.source           = { :git => "https://github.com/Flipboard/FLEX.git", :tag => "#{spec.version}" }
   spec.source_files     = "Classes/**/*.{h,m}"
   spec.source_files     = "Classes/**/*.{h,m}"
-  spec.frameworks       = "CoreGraphics"
-  spec.libraries        = "z"
+  spec.frameworks       = [ "Foundation", "UIKit", "CoreGraphics" ]
+  spec.libraries        = [ "z", "sqlite3" ]
   spec.requires_arc     = true
   spec.requires_arc     = true
   spec.public_header_files = [ "Classes/**/FLEXManager.h", "Classes/FLEX.h" ]
   spec.public_header_files = [ "Classes/**/FLEXManager.h", "Classes/FLEX.h" ]
 end
 end