blob: 1a59f94eb63aa71fab871dee04c3bfd4ccdeaec9 [file] [log] [blame]
{
"name": "EnigmaKit",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}