Skip to content

Commit

Permalink
fix: source_files 错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xxg90s committed Apr 15, 2022
1 parent b57d21f commit 9de2ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XGResidentThread.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.summary = "自定义全局常驻线程及实现常驻线程并管理其生命周期"
s.homepage = "https://github.com/xxg90s/XGResidentThread"
s.source = { :git => "https://github.com/xxg90s/XGResidentThread.git", :tag => "#{s.version}" }
s.source_files = "XGResidentThread/XGResidentThread/XGResidentThread/*.{h,m}"
s.source_files = "XGResidentThread/XGResidentThread/*.{h,m}"
s.requires_arc = true
s.platform = :ios, "10.0"
s.frameworks = "UIKit", "Foundation"
Expand Down

0 comments on commit 9de2ec3

Please sign in to comment.