blob: 762bb560256b68adef4e81fda12e1c1fa867c6a3 [file] [log] [blame]
{
"name": "CacheManager",
"platforms": {
"ios": "9.0"
},
"summary": "CacheManager lets you manage objects with realm caching.",
"requires_arc": true,
"version": "0.0.2",
"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.2"
},
"frameworks": "Foundation",
"dependencies": {
"RealmSwift": [
]
},
"source_files": "CacheManager/*.{swift}"
}