blob: c08cb1771c80fa26c4b073af37c91d5d4fe21b73 [file] [log] [blame]
{
"name": "ABFRealmGridController",
"version": "1.5",
"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.5"
},
"source_files": "ABFRealmGridController/*.{h,m}",
"requires_arc": true,
"dependencies": {
"RBQFetchedResultsController": [
">= 4.0.3"
],
"Realm": [
">= 0.100.0"
]
}
}