blob: 6e078994eef1b2c47da65c14eeb045bf4c295e46 [file] [log] [blame]
{
"name": "EnigmaKit",
"version": "1.0.0",
"summary": "Enigma encryption in Swift.",
"description": "Enigma encryption/decryption in Swift.",
"homepage": "https://github.com/mikaoj/EnigmaKit",
"license": "MIT",
"authors": {
"Joakim Gyllström": "joakim@backslashed.se"
},
"source": {
"git": "https://github.com/mikaoj/EnigmaKit.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/EnigmaKit/*",
"pushed_with_swift_version": "4.0"
}