2 "name": "MongoPredicate",
4 "summary": "A translator for NSPredicate to MongoDB's query json.",
5 "description": "This allows you to translate common NSPredicate queries into a compatable JSON dictionary consumable by a MongoDB database",
6 "homepage": "http://github.com/mbalex99/MongoPredicate",
12 "Maximilian Alexander": "mbalex99@gmail.com"
21 "git": "https://github.com/mbalex99/mongopredicate.git",
24 "source_files": "MongoPredicate/**/*.{h,m}",
25 "public_header_files": "MongoPredicate/**/*.h",