Skip to content

Commit

Permalink
fishhook.h 不在pod中
Browse files Browse the repository at this point in the history
  • Loading branch information
adonisyuan committed Jan 18, 2018
1 parent 3bd69e8 commit 162d85e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OOMDetector.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "OOMDetector"
s.version = "1.2"
s.version = "1.3"
s.summary = "OOMDetector is an iOS memory detector, which is used to detect OutOfMemory warnings, big memory allocations and memory leaks."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -99,7 +99,8 @@ Pod::Spec.new do |s|

s.source_files = "libOOMDetector/libOOMDetector", "libOOMDetector/libOOMDetector/**/*.{h,m,mm}"
s.public_header_files = ['libOOMDetector/libOOMDetector/OOMDetector/common/upload/QQLeakDataUploadCenter.h', 'libOOMDetector/libOOMDetector/OOMDetector/Headers/*.h', 'libOOMDetector/libOOMDetector/OOMDetector/OOMDetector/statistic/OOMStatisticsInfoCenter.h', 'libOOMDetector/libOOMDetector/OOMDetector/common/upload/QQLeakFileUploadCenter.h', 'libOOMDetector/libOOMDetector/libOOMDetector.h']
s.exclude_files = "fishhook.h"
# s.private_header_files = ['**/fishhook.h']
s.exclude_files = '**/fishhook.h'

# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down

0 comments on commit 162d85e

Please sign in to comment.