blob: 103ce56cd6e23df9daade203823b55798e897030 [file] [log] [blame]
{
"name": "RealmSearchViewController",
"version": "1.4",
"summary": "Drop-in text search interface for Realm Swift",
"description": "The RealmSearchViewController 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 Swift 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": "RealmSearchViewController/*.{swift}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
">= 2.4"
],
"RealmSwift": [
">= 0.96"
]
}
}