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