blob: 6acedbd84c66564d2026b3b073ba9c50d7a9fc16 [file] [log] [blame]
{
"name": "XOR",
"version": "1.0.0",
"summary": "A Swift Library to compute the eXclusive OR of two messages",
"description": "With XOR, computing the exclusive OR of two Integer arrays becomes as easy as calling `xor(key:)`.",
"homepage": "https://github.com/alexaubry/XOR",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexis Aubry Radanovic": "aleks@alexis-aubry-radanovic.me"
},
"social_media_url": "http://twitter.com/leksantoine",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/alexaubry/XOR.git",
"tag": "1.0.0"
},
"source_files": "Sources",
"pushed_with_swift_version": "3.0.1",
"deprecated": true
}