blob: 95a0e5d8079c2349c580acb17f8e8e25ae265e5e [file] [log] [blame]
{
"name": "RealmGridController",
"version": "1.4",
"summary": "Swift UICollectionViewController subclass that binds data in Realm",
"description": "Swift 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": "8.0"
},
"source": {
"git": "https://github.com/bigfish24/ABFRealmGridController.git",
"tag": "v1.4"
},
"source_files": "RealmGridController/*.{swift}",
"requires_arc": true,
"dependencies": {
"SwiftFetchedResultsController": [
">= 2.4"
],
"RealmSwift": [
">= 0.96"
]
}
}