blob: d4271b27596518b8e1b76867eafdef694c91c7ae [file] [log] [blame]
{
"name": "RC4",
"version": "0.0.4",
"summary": "RC4 encryption and decryption.",
"homepage": "https://github.com/CoderYBXu/RC4",
"license": "MIT",
"authors": {
"CoderYBXu": "xybiOS@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderYBXu/RC4.git",
"tag": "0.0.4"
},
"source_files": [
"RC4",
"RC4/RC4/*.{h,m,c}"
]
}