blob: e4e486297e438caed8435f87a0058fe311f58ef1 [file] [log] [blame]
{
"name": "SBCipher",
"version": "0.1.2",
"summary": "Cipher helpers.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/igrampe/SBCipher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"igrampe": "igrampe@gmail.com"
},
"source": {
"git": "https://github.com/igrampe/SBCipher.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SBCipher/Classes/**/*",
"resource_bundles": {
"SBCipher": [
"SBCipher/Assets/*.png"
]
},
"dependencies": {
"SBProgressHUD": [
"~> 2.1.3"
]
}
}