[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 1 / MongoPredicate / 0.0.3 / MongoPredicate.podspec.json
blob7e2effecb7090beac22f1c43185287cf33c41ae2
2   "name": "MongoPredicate",
3   "version": "0.0.3",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Maximilian Alexander": "mbalex99@gmail.com"
13   },
14   "platforms": {
15     "watchos": "2.0",
16     "tvos": "9.0",
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "source": {
21     "git": "https://github.com/mbalex99/mongopredicate.git",
22     "tag": "0.0.3"
23   },
24   "source_files": "MongoPredicate/**/*.{h,m}",
25   "public_header_files": "MongoPredicate/**/*.h",
26   "requires_arc": true