blob: 46d2b23f2a789b945c6713a03d7d767fbf993c9a [file] [log] [blame]
{
"name": "ESEncryption",
"version": "0.0.2",
"summary": "encryption for iOS",
"description": "improve efficiency for ios develop",
"homepage": "https://github.com/EverydayStep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESEncryption.git",
"tag": "0.0.2"
},
"source_files": "ESEncryption/ESEncryption/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"GTMBase64": [
"1.0.0"
],
"ESUtils": [
"~> 0.0.3"
]
}
}