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