[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / c / 6 / RealmSubqueryHelper / 0.0.1 / RealmSubqueryHelper.podspec.json
blob6b505e3d51d294df5091d384e5a0c6dc71d2fa5b
2   "name": "RealmSubqueryHelper",
3   "version": "0.0.1",
4   "summary": "Adds support for SUBQUERY in Realm queries.",
5   "description": "Need to query a `RLMObject` against a to-many relationship using multiple properties? This category brings the hidden gem in `NSPredicate`, `SUBQUERY`, to Realm.\n",
6   "homepage": "http://github.com/Roobiq/RBQFetchedResultsController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Fish": "af@realm.io"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/bigfish24/RealmSubqueryHelper.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "RLMObject+Subquery.h",
24     "RLMObject+Subquery.m"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Realm": [
30     ]
31   }