blob: f935a19816b6e80897cfc5b42cb07a6c052dfc9b [file] [log] [blame]
{
"name": "ESEncryption",
"version": "0.0.1",
"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.1"
},
"source_files": "ESEncryption/ESEncryption/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"GTMBase64": [
"1.0.0"
],
"ESUtils": [
]
}
}