[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 6 / 5 / ABFRealmTableViewController / 1.4 / ABFRealmTableViewController.podspec.json
blobdda979d5f33e27edef5638e1109c8e8036a715c5
2   "name": "ABFRealmTableViewController",
3   "version": "1.4",
4   "summary": "Realm Data-Binding For UITableView",
5   "description": "The ABFRealmTableViewController class is a subclass of UITableViewController but adds data-binding to an RLMObject subclass.",
6   "homepage": "https://github.com/bigfish24/ABFRealmTableViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Fish": "af@realm.io"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bigfish24/ABFRealmTableViewController.git",
19     "tag": "v1.4"
20   },
21   "source_files": "ABFRealmTableViewController/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "RBQFetchedResultsController": [
25       ">= 2.4"
26     ],
27     "Realm": [
28       ">= 0.96"
29     ]
30   }