blob: c0821e40b6758862fa239dea6ddf1d755d3ea545 [file] [log] [blame]
{
"name": "RealmTableViewController",
"version": "1.5.1",
"summary": "Realm Swift Data-Binding For UITableView",
"description": "The RealmTableViewController class is a subclass of UITableViewController but adds data-binding to a Realm Swift object subclass.",
"homepage": "https://github.com/bigfish24/ABFRealmTableViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Fish": "af@realm.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bigfish24/ABFRealmTableViewController.git",
"tag": "v1.5.1"
},
"source_files": "RealmTableViewController/*.{swift}",
"requires_arc": true,
"dependencies": {
"SwiftFetchedResultsController": [
">= 4.0.3"
],
"RealmSwift": [
">= 0.103.0"
]
}
}