blob: c69f7179fe271c4f21e6626cf024185d5b4312b1 [file] [log] [blame]
{
"name": "CacheManager",
"platforms": {
"ios": "9.0"
},
"summary": "CacheManager lets you cache objects locally using Realm, and then manage them.",
"requires_arc": true,
"version": "0.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Crippa": "matteo@boostco.de"
},
"homepage": "http://boostco.de",
"source": {
"git": "https://github.com/boostcode/CacheManager.git",
"tag": "0.0.5"
},
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
]
},
"source_files": "CacheManager/*.{swift}"
}