| { |
| "name": "ABFRealmGridController", |
| "version": "1.4.1", |
| "summary": "UICollectionViewController subclass that binds data in Realm", |
| "description": "UICollectionViewController subclass that adds data binding support for a Realm object model.", |
| "homepage": "https://github.com/bigfish24/ABFRealmGridController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Adam Fish": "af@realm.io" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/bigfish24/ABFRealmGridController.git", |
| "tag": "v1.4.1" |
| }, |
| "source_files": "ABFRealmGridController/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "RBQFetchedResultsController": [ |
| ">= 2.4.1" |
| ], |
| "Realm": [ |
| ">= 0.96.0" |
| ] |
| } |
| } |