blob: 26953c78b44b440f6e7056ebe92089ae361d69ee [file] [log] [blame]
{
"name": "SwiftValidate",
"version": "2.0.1",
"summary": "A highly customizable validation library for swift",
"homepage": "http://github.com/dtop/SwiftValidate",
"license": "MIT",
"authors": {
"Danilo Topalovic": "danilo.topalovic@nerdsee.com"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"source": {
"git": "https://github.com/dtop/SwiftValidate.git",
"tag": "2.0.1"
},
"source_files": [
"validate/*.swift",
"validate/**/*.swift"
],
"pushed_with_swift_version": "3.0"
}