fix for xcode 10 build issue (#199)
This commit is contained in:
parent
24137a3c33
commit
1af462a34b
|
@ -93,7 +93,7 @@ Pod::Spec.new do |s|
|
||||||
#
|
#
|
||||||
|
|
||||||
s.source_files = "TLYShyNavBar/**/*"
|
s.source_files = "TLYShyNavBar/**/*"
|
||||||
s.exclude_files = ""
|
s.exclude_files = "TLYShyNavBar/Info.plist"
|
||||||
|
|
||||||
s.public_header_files = "TLYShyNavBar/*.h"
|
s.public_header_files = "TLYShyNavBar/*.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue