blob: 5c7f5ae678ec9bc77e10436ec6f034ca9293bebe [file] [log] [blame]
{
"name": "RealmTableViewController",
"version": "1.4",
"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.4"
},
"source_files": "RealmTableViewController/*.{swift}",
"requires_arc": true,
"dependencies": {
"SwiftFetchedResultsController": [
">= 2.4"
],
"RealmSwift": [
">= 0.96"
]
}
}