blob: 5c2011b1b370664362c0187fe74793ee69898514 [file] [log] [blame]
{
"name": "FilterKit",
"version": "0.9.6",
"summary": "Multiple filter DSL",
"description": "FilterKit is a component written in Swift that let you validate or filter an object, based on a set of properties listed in a dictionary.",
"homepage": "https://github.com/dimensionsrl/FilterKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DIMENSION S.r.l.": "info@dimension.it",
"Matteo Gavagnin": "m@macteo.it"
},
"social_media_url": "https://twitter.com/macteo",
"default_subspecs": "Watch",
"source": {
"git": "https://github.com/dimensionsrl/FilterKit.git",
"tag": "v0.9.6"
},
"source_files": "Sources/**/*.{swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"pushed_with_swift_version": "3.2",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/FilterKitTests/**/*.{h,m,swift}",
"resources": "Tests/FilterKitTests/Fixtures/*.json"
}
],
"subspecs": [
{
"name": "Watch",
"platforms": {
"watchos": "2.0"
},
"source_files": "Sources/**/*.{swift}"
}
]
}