Skip to content

Commit

Permalink
Bump podspec version, add warning flag to podspec
Browse files Browse the repository at this point in the history
Our podspec needs -Wno-unsupported-availability-guard for now
  • Loading branch information
NSExceptional committed Dec 9, 2019
1 parent 228de10 commit 8e86ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 = "3.1.0"
spec.version = "3.1.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 Down Expand Up @@ -35,5 +35,6 @@ Pod::Spec.new do |spec|
spec.frameworks = [ "Foundation", "UIKit", "CoreGraphics", "ImageIO", "QuartzCore", "WebKit", "Security" ]
spec.libraries = [ "z", "sqlite3" ]
spec.requires_arc = true
spec.compiler_flags = "-Wno-unsupported-availability-guard"
spec.public_header_files = [ "Classes/**/FLEXManager.h", "Classes/FLEX.h" ]
end

0 comments on commit 8e86ffc

Please sign in to comment.