blob: 138d85799a4d19438a7fb167c2fe58945e834ef3 [file] [log] [blame]
{
"name": "ABFRealmSearchViewController",
"version": "2.2",
"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": "v2.2"
},
"source_files": "ABFRealmSearchViewController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Realm": [
">= 0.100.0"
]
}
}