diff --git a/FLEX.podspec b/FLEX.podspec index 1a742bbca4..506804ec65 100644 --- a/FLEX.podspec +++ b/FLEX.podspec @@ -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. @@ -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", @@ -30,7 +30,7 @@ Pod::Spec.new do |spec| spec.author = { "Tanner Bennett" => "tannerbennett@me.com" } 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" ]