blob: 841958f7ed7cd0f8fc5ff2244cecb78fcb6f8271 [file] [log] [blame]
{
"name": "GRValidation",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Validation toolkit for Swift.",
"homepage": "https://github.com/groue/GRValidation",
"authors": {
"Gwendal Roué": "gr@pierlis.com"
},
"source": {
"git": "https://github.com/groue/GRValidation.git",
"tag": "v0.1.0"
},
"source_files": "Validation/**/*.{h,m,swift}",
"module_name": "Validation",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"frameworks": "Foundation"
}