blob: 2c6e55b14f8227feb9c0e9914286a823908919ec [file] [log] [blame]
{
"name": "PhoneNumberKit",
"version": "0.1.5",
"summary": "Swift framework for working with phone numbers",
"description": "A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.",
"homepage": "https://github.com/marmelroy/PhoneNumberKit",
"license": "MIT",
"authors": {
"Roy Marmelstein": "marmelroy@gmail.com"
},
"source": {
"git": "https://github.com/marmelroy/PhoneNumberKit.git",
"tag": "0.1.5"
},
"social_media_url": "http://twitter.com/marmelroy",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PhoneNumberKit",
"resources": "PhoneNumberKit/Resources/PhoneNumberMetadata.json",
"frameworks": "CoreTelephony"
}