Skip to content

Commit

Permalink
Bump version and update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
NSExceptional committed Oct 7, 2021
1 parent 60e23e1 commit f916174
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 = "4.5.0"
spec.version = "4.6.0"
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/Flipboard/FLEX"
spec.homepage = "https://github.com/FLEXTool/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 @@ -30,7 +30,7 @@ Pod::Spec.new do |spec|
spec.author = { "Tanner Bennett" => "[email protected]" }
spec.social_media_url = "https://twitter.com/NSExceptional"
spec.platform = :ios, "9.0"
spec.source = { :git => "https://github.com/Flipboard/FLEX.git", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/FLEXTool/FLEX.git", :tag => "#{spec.version}" }
spec.source_files = "Classes/**/*.{h,c,m,mm}"
spec.frameworks = [ "Foundation", "UIKit", "CoreGraphics", "ImageIO", "QuartzCore", "WebKit", "Security", "SceneKit" ]
spec.libraries = [ "z", "sqlite3" ]
Expand Down

0 comments on commit f916174

Please sign in to comment.