blob: c601ad5b9672e8b7157070e4542379926c11316f [file] [log] [blame]
{
"name": "SBCipher",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SBCipher/Classes/**/*",
"resource_bundles": {
"SBCipher": [
"SBCipher/Assets/*.png"
]
},
"dependencies": {
"SBProgressHUD": [
"~> 2.1.3"
]
}
}