blob: 523350bfaa69ca0e9e1d427ca904762f921eed68 [file] [log] [blame]
{
"name": "Gematria",
"version": "0.0.1",
"summary": "Gematria ciphers written in Swift.",
"description": "Library to parse strings and characters using various gematria ciphers.",
"homepage": "https://github.com/TheDarkCode/Gematria-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Hamilton": "mark@dryverless.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/TheDarkCode/Gematria-Swift.git",
"tag": "0.0.1"
},
"source_files": "Gematria/**/*.{h,m,swift}"
}