blob: 4d3d9835f0ef0f096a14f6fb914bb9f5e5f50db6 [file] [log] [blame]
{
"name": "FTValidatorKit",
"version": "0.1.0",
"summary": "A framework for working with validation of strings",
"description": "This framework comes with some default validations, those being: string lenght and special characters.",
"homepage": "https://github.com/talesconrado/FTValidatorKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"talesconrado": "talesmateuscc@gmail.com"
},
"source": {
"git": "https://github.com/talesconrado/FTValidatorKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FTValidatorKit/Classes/**/*"
}