blob: eab9812f53cf708df122e3439cae09ff8e9a361b [file] [log] [blame]
{
"name": "LaraCryptObjC",
"version": "0.1.0",
"summary": "Laravel encryption(LaraCryptObjC) method for Objective C.",
"description": "Laravel encryption method with using AES-256-CBC and base64 key for Objective C.",
"homepage": "https://github.com/FardadCo/LaraCryptObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FardadCo": "developers@fardad.co"
},
"source": {
"git": "https://github.com/FardadCo/LaraCryptObjC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"social_media_url": "https://twitter.com/fardadco",
"source_files": "LaraCryptObjC/Classes/**/*"
}