blob: aeb7afd710dc31b4ab57da76a421b154f430b6d8 [file] [log] [blame]
{
"name": "PhoneNumberKit",
"version": "0.8.3",
"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.8.3"
},
"social_media_url": "http://twitter.com/marmelroy",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PhoneNumberKit",
"resources": "PhoneNumberKit/Resources/PhoneNumberMetadata.json",
"frameworks": "CoreTelephony"
}