Skip to content

Commit

Permalink
支持使用 Swift Module 之后可以使用其他类的功能
Browse files Browse the repository at this point in the history
  • Loading branch information
HParis committed Apr 20, 2017
1 parent 427a88f commit de209c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LDNetDiagnoService.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.requires_arc = true
s.ios.deployment_target = '7.0'
s.ios.public_header_files = 'LDNetDiagnoService/LDNetDiagnoService.h'
s.ios.public_header_files = 'LDNetDiagnoService/*.h'
s.ios.source_files = 'LDNetDiagnoService/*.{h,m}'
s.ios.framework = 'CoreTelephony'
s.ios.library = 'resolv'
Expand Down

0 comments on commit de209c0

Please sign in to comment.