Skip to content

Commit

Permalink
Podspec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Nov 1, 2015
1 parent 80b8e6f commit 7338d79
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.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = "PhoneNumberKit","Resources/PhoneNumberMetadata.json"
s.source_files = "PhoneNumberKit"
s.resources = "PhoneNumberKit/Resources/PhoneNumberMetadata.json"

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'CoreTelephony'
Expand Down

0 comments on commit 7338d79

Please sign in to comment.