[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 0 / a / ABFRealmSearchViewController / 1.4 / ABFRealmSearchViewController.podspec.json
blob3bb8e37fc683c61ffdbc794f15c7ce42fff91ca1
2   "name": "ABFRealmSearchViewController",
3   "version": "1.4",
4   "summary": "Drop-in text search interface for an RLMObject subclass.",
5   "description": "The ABFRealmSearchViewController class creates a controller object that manages a table view and search bar to display and respond to input for text search against a Realm object class.",
6   "homepage": "https://github.com/bigfish24/ABFRealmSearchViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Fish": "af@realm.io"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bigfish24/ABFRealmSearchViewController.git",
19     "tag": "v1.4"
20   },
21   "source_files": "ABFRealmSearchViewController/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "RBQFetchedResultsController": [
25       ">= 2.4"
26     ],
27     "Realm": [
28       ">= 0.96"
29     ]
30   }