fix for xcode 10 build issue (#199)

This commit is contained in:
Akshay Sunderwani 2018-09-20 05:24:12 -04:00 committed by Maz Jaleel
parent 24137a3c33
commit 1af462a34b
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Pod::Spec.new do |s|
#
s.source_files = "TLYShyNavBar/**/*"
s.exclude_files = ""
s.exclude_files = "TLYShyNavBar/Info.plist"
s.public_header_files = "TLYShyNavBar/*.h"