blob: 1e8eb9a5bd2450c81bb314f4d6ce4c4e86605d66 [file] [log] [blame]
{
"name": "Xor_t",
"version": "0.0.1",
"summary": "简单加密.",
"description": "0.0.1使用异或运算的简单加密.",
"homepage": "https://github.com/devfalme/Xor.git",
"license": "MIT",
"authors": {
"falme": "devfalme@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devfalme/Xor.git",
"tag": "0.0.1"
},
"source_files": "Encrypt/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}