blob: 90e00ed94d3edccf954700c906709332e607e70c [file] [log] [blame]
{
"name": "REValidation",
"version": "0.1.2",
"authors": {
"Roman Efimov": "romefimov@gmail.com"
},
"homepage": "https://github.com/romaonthego/REValidation",
"summary": "Simple Objective-C object validation.",
"source": {
"git": "https://github.com/romaonthego/REValidation.git",
"tag": "0.1.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"source_files": [
"REValidation",
"REValidation/Validators"
],
"public_header_files": [
"REValidation/*.h",
"REValidation/Validators/*.h"
],
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}