Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
euanchan committed Apr 18, 2019
1 parent bf14799 commit d60a343
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions MTHawkeye.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "MTHawkeye"
s.version = "0.11.0"
s.summary = "Profiling/Debugging assist tools for iOS."
s.summary = "Profiling/Debugging assist tools platform for iOS."

s.description = <<-DESC
Hawkeye is a platform with profiling/debugging assit tools for iOS.
MTHawkeye is a profiling/debugging assit tools platform for iOS.
DESC

s.homepage = "https://github.com/MTlab/MTHawkeye"
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "8.0"

s.source = { :git => "git@github.com:MTlab/MTHawkeye.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/meitu/MTHawkeye.git", :tag => "#{s.version}" }


# ――― Default ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down Expand Up @@ -356,10 +356,6 @@ Pod::Spec.new do |s|
flex.libraries = "sqlite3"
end

s.libraries = "z", "c++", "stdc++"

s.requires_arc = true

s.xcconfig = { 'OTHER_LDFLAGS' => '-lc++' }

end

0 comments on commit d60a343

Please sign in to comment.