Skip to content

Commit 7647974

Browse files
author
Martin Barreto
authored
Merge pull request #506 from DenHeadless/patch-1
Fix compilation of the project when using Xcode 9 new build system and CocoaPods
2 parents 2351f06 + 4fe566f commit 7647974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XLPagerTabStrip.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.social_media_url = 'https://twitter.com/xmartlabs'
1010
s.ios.deployment_target = '8.0'
1111
s.requires_arc = true
12-
s.ios.source_files = 'Sources/**/*'
12+
s.ios.source_files = 'Sources/**/*.{h,m,swift}'
1313
s.ios.frameworks = 'UIKit', 'Foundation'
1414
s.resource_bundles = { 'XLPagerTabStrip' => ['Sources/ButtonCell.xib'] }
1515
end

0 commit comments

Comments
 (0)