blob: 722ce4881786b2d8a13ed6fcc851db3383f83185 [file] [log] [blame]
{
"name": "BucketList",
"version": "0.1.2",
"summary": "Just another cache provider with security built in",
"description": "Need caching? Focused on security? BucketList makes working with encrypted caching easy. Also supports stand your standard key value caching as well.",
"homepage": "https://github.com/benbahrenburg/BucketList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Bahrenburg": "hello@bencoding.com"
},
"source": {
"git": "https://github.com/benbahrenburg/BucketList.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/bencoding",
"platforms": {
"ios": "10.0"
},
"source_files": "BucketList/Classes/**/*",
"dependencies": {
"RNCryptor": [
"~> 5.0"
]
},
"pushed_with_swift_version": "3.0"
}