blob: b8bb29bdf60b52cda4c6243f062c86aa3fedda9d [file] [log] [blame]
{
"name": "LongEncrypt",
"version": "1.0.2",
"license": "MIT",
"summary": "An Objective-C tool for Encrypt",
"homepage": "https://github.com/lizilong1989/LongEncrypt",
"authors": {
"zilong.li": "15131968@qq.com"
},
"source": {
"git": "https://github.com/lizilong1989/LongEncrypt.git",
"tag": "1.0.2"
},
"source_files": "src/**/*.{h,m,mm}",
"public_header_files": "src/**/*.{h}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": "Security",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}