blob: 347b834b9701f9d4262ef340bbb9cfa651ffa089 [file] [log] [blame]
{
"name": "RC4",
"version": "0.0.3",
"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.3"
},
"source_files": [
"RC4",
"RC4/RC4/**/*.{h,m,c}"
]
}