blob: a76147f6789de291a8d4f4a53e7c4337415a34ea [file] [log] [blame]
{
"name": "MFBValidator",
"version": "0.1.1",
"summary": "A polymorphic validation toolset for Objective-C",
"description": "MFBValidator allows you to constract a validator object for validating instances of different classes respectively to their class hierarchy.",
"homepage": "https://github.com/flix-tech/MFBValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nickolay Tarbayev": "tarbayev-n@yandex.ru"
},
"source": {
"git": "https://github.com/flix-tech/MFBValidator.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"public_header_files": "MFBValidator/Public/**/*.h",
"source_files": [
"MFBValidator/Sources/**/*.{h,m}",
"MFBValidator/Public/**/*.h"
]
},
{
"name": "Tests",
"dependencies": {
"OCMock": [
]
},
"source_files": "MFBValidator/**/*.{h,m}",
"frameworks": "XCTest"
}
]
}