blob: ed2b344565561a7f29ecd76fd3d43de66bd2984a [file] [log] [blame]
{
"name": "IFCacheKit",
"version": "0.0.2",
"summary": "A caching library in Swift that's simple to use",
"description": "A Disk and LRU memory cache that is designed to be simple to use while being performant",
"homepage": "https://github.com/ivanfoong/IFCacheKit-Swift",
"license": "MIT",
"authors": {
"Ivan Foong": "vonze21@gmail.com"
},
"source": {
"git": "https://github.com/ivanfoong/IFCacheKit-Swift.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/vonze21",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}