[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / 9 / ABFRealmGridController / 1.4.1 / ABFRealmGridController.podspec.json
blob6666022a8a6b32b5f85a53eee2c3f601a1f487f6
2   "name": "ABFRealmGridController",
3   "version": "1.4.1",
4   "summary": "UICollectionViewController subclass that binds data in Realm",
5   "description": "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": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/bigfish24/ABFRealmGridController.git",
19     "tag": "v1.4.1"
20   },
21   "source_files": "ABFRealmGridController/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "RBQFetchedResultsController": [
25       ">= 2.4.1"
26     ],
27     "Realm": [
28       ">= 0.96.0"
29     ]
30   }