blob: a7a402d126a1fef1e13dc609c8294f5589a0ae10 [file] [log] [blame]
{
"name": "ABFRealmGridController",
"version": "1.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.1"
},
"source_files": "ABFRealmGridController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
">= 2.0"
],
"Realm": [
">= 0.95"
]
}
}