[Add] YYUIKit 0.6.4
[CocoaPods.git] / Specs / 9 / 7 / 6 / XOR / 1.0.0 / XOR.podspec.json
blob6acedbd84c66564d2026b3b073ba9c50d7a9fc16
2   "name": "XOR",
3   "version": "1.0.0",
4   "summary": "A Swift Library to compute the eXclusive OR of two messages",
5   "description": "With XOR, computing the exclusive OR of two Integer arrays becomes as easy as calling `xor(key:)`.",
6   "homepage": "https://github.com/alexaubry/XOR",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexis Aubry Radanovic": "aleks@alexis-aubry-radanovic.me"
13   },
14   "social_media_url": "http://twitter.com/leksantoine",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/alexaubry/XOR.git",
23     "tag": "1.0.0"
24   },
25   "source_files": "Sources",
26   "pushed_with_swift_version": "3.0.1",
27   "deprecated": true