blob: 3bb8e37fc683c61ffdbc794f15c7ce42fff91ca1 [file] [log] [blame]
{
"name": "ABFRealmSearchViewController",
"version": "1.4",
"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.",
"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.4"
},
"source_files": "ABFRealmSearchViewController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
">= 2.4"
],
"Realm": [
">= 0.96"
]
}
}