blob: 1df71e60ca2dcb986480c3b44b5ce40ed3d0416b [file] [log] [blame]
{
"name": "SimpleEncrypt",
"version": "0.0.1",
"summary": "A short description of SimpleEncrypt.",
"description": "An easy method to encrypt.",
"homepage": "https://github.com/acct<blob>=<NULL>/SimpleEncrypt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EriceWang": "wangerdong@treefinance.com.cn"
},
"source": {
"git": "https://github.com/Chasingdreamboy/SimpleEncrypt.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SimpleEncrypt/GTMBase64/*",
"SimpleEncrypt/RSA/*"
],
"public_header_files": [
"Pod/GTMBase64/*.h",
"SimpleEncrypt/RSA/*.h"
],
"frameworks": [
"UIKit",
"Security"
]
}