[Add] NHValidationKit 1.0.1
[CocoaPods.git] / Specs / 4 / b / 7 / RealmGridController / 1.4.1 / RealmGridController.podspec.json
blob4b865d92bf6ed216254f441f93387b83d796d0cf
2   "name": "RealmGridController",
3   "version": "1.4.1",
4   "summary": "Swift UICollectionViewController subclass that binds data in Realm",
5   "description": "Swift UICollectionViewController subclass that adds data binding support for a Realm object model.",
6   "homepage": "https://github.com/bigfish24/ABFRealmGridController",
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/ABFRealmGridController.git",
19     "tag": "v1.4.1"
20   },
21   "source_files": "RealmGridController/*.{swift}",
22   "requires_arc": true,
23   "dependencies": {
24     "SwiftFetchedResultsController": [
25       ">= 2.4.1"
26     ],
27     "RealmSwift": [
28       ">= 0.96.0"
29     ]
30   }