Skip to content

Commit

Permalink
Merge pull request #1503 from calebmdavenport/master
Browse files Browse the repository at this point in the history
Add libphonenumber Objective-C wrapper library (SEEPhoneNumberFormatter).
  • Loading branch information
keith committed Mar 16, 2013
2 parents c0ee2f0 + 7529e4b commit fa6ce72
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SEEPhoneNumberFormatter/0.1.0/SEEPhoneNumberFormatter.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'SEEPhoneNumberFormatter'
s.version = '0.1.0'
s.summary = 'Format phone numbers in Objective-C using libphonenumber.'
s.homepage = 'https://github.com/seesawco/SEEPhoneNumberFormatter'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Caleb Davenport' => 'caleb@seesaw.co' }
s.source = { :git => 'https://github.com/seesawco/SEEPhoneNumberFormatter.git', :tag => '0.1.0' }
s.platform = :ios
s.source_files = 'SEEPhoneNumberFormatter/*.{h,m}'
s.resources = 'SEEPhoneNumberFormatter/*.{html}'
s.requires_arc = true
end

0 comments on commit fa6ce72

Please sign in to comment.