Skip to content

Commit

Permalink
Merge pull request #5 from RishatShamsutdinov/master
Browse files Browse the repository at this point in the history
fix podspec
  • Loading branch information
NSProgrammer authored Jun 18, 2016
2 parents dc17262 + 620674a commit fb97eaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TwitterLoggingService.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ Pod::Spec.new do |s|
s.author = { 'Twitter' => '[email protected]' }
s.source = { :git => 'https://github.com/twitter/ios-twitter-logging-service.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.public_header_files = 'Classes/**/*.h'

s.subspec 'Default' do |sp|
sp.source_files = 'Classes/**/*'
sp.public_header_files = 'Classes/**/*.h'
end

s.subspec 'ObjC' do |sp|
sp.source_files = 'Classes/**/*.{h,m,c,cpp,mm}'
sp.public_header_files = 'Classes/**/*.h'
end

s.default_subspec = 'Default'
Expand Down

0 comments on commit fb97eaa

Please sign in to comment.