blob: 38ff9b743d056747ed3aa9fc5e2a969f660066d2 [file] [log] [blame]
{
"name": "MJExtensionValidation",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Provides an opportunity of validating converted model objects for MJExtension.",
"homepage": "https://github.com/ElfSundae/MJExtensionValidation",
"authors": {
"Elf Sundae": "https://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/MJExtensionValidation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"source_files": "MJExtensionValidation/**/*.{h,m}",
"dependencies": {
"MJExtension": [
"~> 3.0"
]
}
}