diff --git a/SEEPhoneNumberFormatter/0.1.0/SEEPhoneNumberFormatter.podspec b/SEEPhoneNumberFormatter/0.1.0/SEEPhoneNumberFormatter.podspec new file mode 100644 index 00000000000000..8584a0998f3265 --- /dev/null +++ b/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