Przeglądaj źródła

Bump version in FLEX.podspec

Ryan Olson 12 lat temu
rodzic
commit
a5e77c5880
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      FLEX.podspec

+ 2 - 2
FLEX.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |spec|
 Pod::Spec.new do |spec|
   spec.name             = "FLEX"
   spec.name             = "FLEX"
-  spec.version          = "1.0.0"
+  spec.version          = "1.0.1"
   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.
@@ -28,7 +28,7 @@ Pod::Spec.new do |spec|
   spec.author           = { "Ryan Olson" => "ryanolsonk@gmail.com" }
   spec.author           = { "Ryan Olson" => "ryanolsonk@gmail.com" }
   spec.social_media_url = "https://twitter.com/ryanolsonk"
   spec.social_media_url = "https://twitter.com/ryanolsonk"
   spec.platform         = :ios, "6.0"
   spec.platform         = :ios, "6.0"
-  spec.source           = { :git => "https://github.com/Flipboard/FLEX.git", :tag => "1.0.0" }
+  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.frameworks       = "CoreGraphics"
   spec.requires_arc     = true
   spec.requires_arc     = true