blob: 12bb241a8035177032e6f14aa758ae30de1392cb [file] [log] [blame]
{
"name": "RealmCollectionController",
"version": "0.1.0",
"summary": "RealmCollectionController makes it easy to work with Realm and UITableView/UICollectionView.",
"homepage": "https://github.com/agisboye/RealmCollectionController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"August Heegaard": "august@totus-labs.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/agisboye/RealmCollectionController.git",
"tag": "0.1.0"
},
"source_files": "Source/**/*",
"requires_arc": true,
"dependencies": {
"RealmSwift": [
">=1.0.0"
]
}
}