blob: c6c966d4003634615414924e23be0c852e793b24 [file] [log] [blame]
{
"name": "BRCacheManager",
"version": "0.0.7",
"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 Richards": "roundedvision@gmail.com"
},
"source": {
"git": "https://github.com/lostincode/BRCacheManager.git",
"tag": "0.0.7"
},
"social_media_url": "https://twitter.com/lostincode",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BRCacheManager/*.{h,m}"
}