blob: a885de6884bfc5a5c989966e178b745fc318f8cf [file] [log] [blame]
{
"name": "ABFRealmTableViewController",
"version": "1.0",
"summary": "Realm Data-Binding For UITableView",
"description": "The ABFRealmTableViewController class is a subclass of UITableViewController but adds data-binding to an RLMObject subclass.\n",
"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.0"
},
"source_files": "ABFRealmTableViewController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
],
"Realm": [
]
}
}