blob: b421fda24a98375e1e529025919fda6ac4e68282 [file] [log] [blame]
{
"name": "GFT-Utils",
"version": "1.0.4",
"summary": "Extensions and methods to help creating projects inside GFT.",
"swift_version": "4.1",
"description": "Extensions of iOS elements to help the developer build apps easily and without re-writing codes.\n\n//Verify if the CPF if valid or not\nEx.: \"String\".isValidCPF()",
"homepage": "https://git.gft.com/digital-channels-components/iOS/GFT-Utils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lono": "lazaro.neto@gft.com"
},
"source": {
"git": "https://git.gft.com/digital-channels-components/iOS/GFT-Utils.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GFT-Helper/{Classes,Extensions}/**/*"
}