blob: da9abc1aabb8da057307fb95df02ca8af4eca319 [file] [log] [blame]
{
"name": "ABFRealmSearchViewController",
"version": "1.1",
"summary": "Drop-in text search interface for an RLMObject subclass.",
"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.\n",
"homepage": "https://github.com/bigfish24/ABFRealmSearchViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Fish": "af@realm.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bigfish24/ABFRealmSearchViewController.git",
"tag": "v1.1"
},
"source_files": "ABFRealmSearchViewController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
],
"Realm": [
]
}
}