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