blob: 53e861cf54fb8d0841210eb3cfb3127ae58dce99 [file] [log] [blame]
{
"name": "RealmTableViewController",
"version": "1.2",
"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.2"
},
"source_files": "RealmTableViewController/*.{swift}",
"requires_arc": true,
"dependencies": {
"SwiftFetchedResultsController": [
">= 2.3"
],
"RealmSwift": [
">= 0.95.1"
]
}
}