We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2351f06 + 4fe566f commit 7647974Copy full SHA for 7647974
XLPagerTabStrip.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.social_media_url = 'https://twitter.com/xmartlabs'
10
s.ios.deployment_target = '8.0'
11
s.requires_arc = true
12
- s.ios.source_files = 'Sources/**/*'
+ s.ios.source_files = 'Sources/**/*.{h,m,swift}'
13
s.ios.frameworks = 'UIKit', 'Foundation'
14
s.resource_bundles = { 'XLPagerTabStrip' => ['Sources/ButtonCell.xib'] }
15
end
0 commit comments