blob: 7e2effecb7090beac22f1c43185287cf33c41ae2 [file] [log] [blame]
{
"name": "MongoPredicate",
"version": "0.0.3",
"summary": "A translator for NSPredicate to MongoDB's query json.",
"description": "This allows you to translate common NSPredicate queries into a compatable JSON dictionary consumable by a MongoDB database",
"homepage": "http://github.com/mbalex99/MongoPredicate",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Maximilian Alexander": "mbalex99@gmail.com"
},
"platforms": {
"watchos": "2.0",
"tvos": "9.0",
"ios": "7.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/mbalex99/mongopredicate.git",
"tag": "0.0.3"
},
"source_files": "MongoPredicate/**/*.{h,m}",
"public_header_files": "MongoPredicate/**/*.h",
"requires_arc": true
}