blob: bbfe658a575cac14e478d04c130231116c39f595 [file] [log] [blame]
{
"name": "NepaliPhoneNumber",
"version": "1.0.0",
"summary": "Phone Number | Formatter | Validator",
"description": "Nepali Phone Number is a simplified phone number formatter written in swift. Look into project example to see it in action!",
"homepage": "https://github.com/asisadh/NepaliPhoneNumber",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Aashish Adhikari": "asis.adh@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/asisadh/NepaliPhoneNumber.git",
"tag": "1.0.0"
},
"source_files": "NepaliPhoneNumber/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude"
}