Skip to content

Commit

Permalink
Bump FLEX version to 5.22.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asifmohd committed Mar 12, 2024
1 parent d891717 commit dc5b962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FLEX.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "FLEX"
spec.version = "5.22.10"
spec.version = "5.22.10.1"
spec.summary = "A set of in-app debugging and exploration tools for iOS"
spec.description = <<-DESC
- Inspect and modify views in the hierarchy.
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
- Dynamically view and modify `NSUserDefaults` values.
DESC

spec.homepage = "https://github.com/FLEXTool/FLEX"
spec.homepage = "https://github.com/gojekfarm/FLEX"
spec.screenshots = [ "http://engineering.flipboard.com/assets/flex/basic-view-exploration.gif",
"http://engineering.flipboard.com/assets/flex/advanced-view-editing.gif",
"http://engineering.flipboard.com/assets/flex/heap-browser.gif",
Expand All @@ -29,7 +29,7 @@ Pod::Spec.new do |spec|
spec.license = { :type => "BSD", :file => "LICENSE" }
spec.author = { "Tanner Bennett" => "[email protected]" }
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/FLEXTool/FLEX.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/gojekfarm/FLEX.git", :tag => "#{spec.version}" }
spec.source_files = "Classes/**/*.{h,c,m,mm}"
spec.exclude_files = "Classes/Headers/*.{h,c,m,mm}"
spec.frameworks = [ "Foundation", "UIKit", "CoreGraphics", "ImageIO", "QuartzCore", "WebKit", "Security", "SceneKit" ]
Expand Down

0 comments on commit dc5b962

Please sign in to comment.