blob: 3b25de0455b81890df535d31c523349ccc0eea3f [file] [log] [blame]
{
"name": "LaraCrypt",
"version": "0.1.2",
"summary": "Laravel encryption method for Swift.",
"description": "Laravel encryption and decryption method with using AES-256-CBC and base64 key for Swift.",
"homepage": "https://github.com/FardadCo/LaraCrypt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FardadCo": "developers@fardad.co"
},
"source": {
"git": "https://github.com/FardadCo/LaraCrypt.git",
"tag": "0.1.2"
},
"source_files": "LaraCrypt/Classes/**/*",
"platforms": {
"ios": "9.0"
},
"social_media_url": "https://twitter.com/fardadco",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}