blob: 472048be790777a401555fab4e005a55ccfd323a [file] [log] [blame]
{
"name": "SimpleEncrypt",
"version": "0.0.3",
"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.3"
},
"xcconfig": {
"GENERATE_DEBUG_SYMBOLS": "NO"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SimpleEncrypt/GTMBase64/*",
"SimpleEncrypt/RSA/*"
],
"public_header_files": [
"SimpleEncrypt/GTMBase64/*.h",
"SimpleEncrypt/RSA/*.h"
],
"frameworks": [
"UIKit",
"Security"
]
}