Skip to content

Commit

Permalink
update FLEX dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
haowenwu committed Sep 28, 2020
1 parent 727eb56 commit e07742b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MTHawkeye.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MTHawkeye"
s.version = "0.12.2"
s.version = "0.12.3"
s.summary = "Profiling/Debugging assist tools for iOS."

s.description = <<-DESC
Expand Down Expand Up @@ -373,7 +373,7 @@ Pod::Spec.new do |s|
ui.dependency 'MTHawkeye/NetworkPlugins/Monitor'
ui.dependency 'MTHawkeye/NetworkPlugins/Inspect'
ui.dependency 'MTHawkeye/UISkeleton'
ui.dependency 'FLEX'
ui.dependency 'FLEX', '4.1.1'
ui.libraries = "sqlite3"
ui.framework = 'QuartzCore'
end
Expand Down

0 comments on commit e07742b

Please sign in to comment.