Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
forked from iziz/libPhoneNumber-iOS
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibPhoneNumber-iOS.podspec
More file actions
Latest commit
22 lines (22 loc) · 1.57 KB
/
Copy pathlibPhoneNumber-iOS.podspec
File metadata and controls
22 lines (22 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.newdo |s|
s.name="libPhoneNumber-iOS"
s.version="1.0.4"
s.summary="iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library."
s.description=<<-DESC
libPhoneNumber for iOS
iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library.
DESC
s.homepage="https://github.com/iziz/libPhoneNumber-iOS.git"
s.license='Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
s.authors={"iziz"=>"zen.isis@gmail.com","hyukhur"=>"hyukhur@gmail.com"}
s.source={:git=>"https://github.com/iziz/libPhoneNumber-iOS.git",:tag=>s.version.to_s}
s.libraries='z'
s.ios.framework='Contacts'
s.ios.deployment_target="11.0"
s.osx.deployment_target="10.9"
s.watchos.deployment_target="4.0"
s.tvos.deployment_target="11.0"
s.requires_arc=true
s.private_header_files='libPhoneNumber/NBGeneratedPhoneNumberMetaData.h'
s.source_files='libPhoneNumber/NBPhoneNumberDefines.{h,m}','libPhoneNumber/NBPhoneNumber.{h,m}','libPhoneNumber/NBNumberFormat.{h,m}','libPhoneNumber/NBPhoneNumberDesc.{h,m}','libPhoneNumber/NBPhoneMetaData.{h,m}','libPhoneNumber/NBPhoneNumberUtil.{h,m}','libPhoneNumber/NBMetadataHelper.{h,m}','libPhoneNumber/NBAsYouTypeFormatter.{h,m}','libPhoneNumber/NSArray+NBAdditions.{h,m}','libPhoneNumber/NBGeneratedPhoneNumberMetaData.h','libPhoneNumber/Internal/NBRegExMatcher.{h,m}','libPhoneNumber/Internal/NBRegularExpressionCache.{h,m}'
end