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