blob: b1ecd2339d03461e7ec31d9a68474c4f12426a89 [file] [log] [blame]
{
"name": "MongoPredicate",
"version": "0.0.2",
"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.2"
},
"source_files": "MongoPredicate/**/*.{h,m}",
"public_header_files": "MongoPredicate/**/*.h",
"requires_arc": true
}