Skip to content

Commit

Permalink
core subspec was created in .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
yoalex5 committed Sep 10, 2019
1 parent 2f5019f commit 0d7579b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PrebidMobile.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,8 @@ Pod::Spec.new do |s|
}
s.framework = ['CoreTelephony', 'SystemConfiguration', 'UIKit', 'Foundation']

end
s.subspec 'core' do |core|
core.source_files = 'Source/**/*.{h,m,swift}'
end

end

0 comments on commit 0d7579b

Please sign in to comment.