blob: fe5249befa3b109ce6255c553ffea954f3f708b2 [file] [log] [blame]
{
"name": "RealmTableViewController",
"version": "1.5",
"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"
},
"source_files": "RealmTableViewController/*.{swift}",
"requires_arc": true,
"dependencies": {
"SwiftFetchedResultsController": [
">= 4.0.3"
],
"RealmSwift": [
">= 0.103.0"
]
}
}