blob: 3543811003a6a551ec12c18b114dd7011c1abc1f [file] [log] [blame]
{
"name": "RealmSearchViewController",
"version": "2.2.1",
"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": "v2.2.1"
},
"source_files": "RealmSearchViewController/*.{swift}",
"requires_arc": true,
"dependencies": {
"RealmSwift": [
">= 1.0.0"
]
},
"pushed_with_swift_version": "3.0"
}