Skip to content

Commit

Permalink
Link CoreTelephony only on supported platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshier committed Jan 21, 2017
1 parent 922cb0a commit 730277c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PhoneNumberKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.frameworks = 'CoreTelephony'
s.ios.frameworks = 'CoreTelephony'
s.osx.frameworks = 'CoreTelephony'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
Expand Down

0 comments on commit 730277c

Please sign in to comment.