[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / f / d / e / EnigmaKit / 1.0.0 / EnigmaKit.podspec.json
blob6e078994eef1b2c47da65c14eeb045bf4c295e46
2   "name": "EnigmaKit",
3   "version": "1.0.0",
4   "summary": "Enigma encryption in Swift.",
5   "description": "Enigma encryption/decryption in Swift.",
6   "homepage": "https://github.com/mikaoj/EnigmaKit",
7   "license": "MIT",
8   "authors": {
9     "Joakim Gyllström": "joakim@backslashed.se"
10   },
11   "source": {
12     "git": "https://github.com/mikaoj/EnigmaKit.git",
13     "tag": "1.0.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": "Sources/EnigmaKit/*",
23   "pushed_with_swift_version": "4.0"