blob: 2566a3ed712163217935a71247ba08db172a4705 [file] [log] [blame]
{
"name": "BRCacheManager",
"version": "0.0.6",
"summary": "A simple model disk based cache for iOS.",
"description": "A simple library to cache your models to disk for x amount of seconds.",
"homepage": "https://github.com/lostincode/BRCacheManager",
"license": "MIT",
"authors": {
"Bill": "roundedvision@gmail.com"
},
"source": {
"git": "https://github.com/lostincode/BRCacheManager.git",
"tag": "0.0.6"
},
"social_media_url": "https://twitter.com/lostincode",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BRCacheManager/*.{h,m}"
}