blob: 87b381448efc48f2f4c32adb365beedb570ebefc [file] [log] [blame]
{
"name": "RutUtils",
"version": "1.0.0",
"summary": "Helper methods to validate and generate RUT Chilean numbers",
"homepage": "https://github.com/chmoncada/chileanRutUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chmoncada": "chmoncada@me.com"
},
"source": {
"git": "https://github.com/chmoncada/chileanRutUtils.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "RutUtils/Classes/**/*",
"swift_version": "5.1"
}