blob: 9360721b362b03c82e139fe8f7743ee63237ef44 [file] [log] [blame]
{
"name": "SubstitutionCiphers",
"version": "0.1.0",
"summary": "Highly performatic implementation of Caesar cipher and Vigenere cipher for both small and giant amounts of text.",
"swift_version": "4.2",
"homepage": "https://github.com/aliamcami/SubstitutionCiphersSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Camila Resende": "aliamcami@gmail.com"
},
"source": {
"git": "https://github.com/aliamcami/SubstitutionCiphersSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SubstitutionCiphers/Classes/**/*"
}