[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 8 / c / e / Heimdall / 2.0.1 / Heimdall.podspec.json
blob3ca8e1b0a49813b93a3596991f35bbf97ec1790f
2   "name": "Heimdall",
3   "version": "2.0.1",
4   "summary": "Heimdall is a wrapper around the Security framework for simple encryption/decryption operations.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "description": "Heimdall acts as a gatekeeper between UI and the underlying Security frameworks, offering\ntools for encryption/decryption, as well as signing/verifying.\n\nHeimdall supports both using a RSA public-private key-pair, as well as just a public key,\nwhich allows for multiple parties to verify and encrypt messages for sending.",
10   "homepage": "https://github.com/henrinormak/Heimdall",
11   "source": {
12     "git": "https://github.com/henrinormak/Heimdall.git",
13     "tag": "2.0.1"
14   },
15   "authors": {
16     "Henri Normak": "henri.normak@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/henrinormak",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "swift_version": "4.2",
24   "source_files": "Heimdall/*.{swift,h}",
25   "requires_arc": true