[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / a / 6 / RealmTableViewController / 1.2 / RealmTableViewController.podspec.json
blob53e861cf54fb8d0841210eb3cfb3127ae58dce99
2   "name": "RealmTableViewController",
3   "version": "1.2",
4   "summary": "Realm Swift Data-Binding For UITableView",
5   "description": "The RealmTableViewController class is a subclass of UITableViewController but adds data-binding to a Realm Swift object 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.2"
20   },
21   "source_files": "RealmTableViewController/*.{swift}",
22   "requires_arc": true,
23   "dependencies": {
24     "SwiftFetchedResultsController": [
25       ">= 2.3"
26     ],
27     "RealmSwift": [
28       ">= 0.95.1"
29     ]
30   }