blob: a5bcdfa9799b6c7c295d69a1aa6bd19898a4e7ff [file] [log] [blame]
{
"name": "BrightCache",
"version": "0.1.2",
"summary": "Simple cache build on top of BrightFutures",
"homepage": "https://github.com/kimdv/BrightCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kim de Vos": "kimdevos12@hotmail.com"
},
"social_media_url": "https://twitter.com/kimdv",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/kimdv/BrightCache.git",
"tag": "0.1.2"
},
"source_files": "Sources/BrightCache/**/*.swift",
"dependencies": {
"BrightFutures": [
"~> 8.0"
]
},
"requires_arc": true,
"swift_version": "5.0"
}