[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 8 / c / e / Heimdall / 1.1.5 / Heimdall.podspec.json
blob70d2a54b8e1b25fbfeec7938d70be6539665ebbb
2   "name": "Heimdall",
3   "version": "1.1.5",
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   "authors": {
12     "Henri Normak": "henri.normak@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/henrinormak",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/henrinormak/Heimdall.git",
20     "tag": "1.1.5"
21   },
22   "preserve_paths": "CommonCrypto/*",
23   "source_files": "Heimdall/*",
24   "requires_arc": true,
25   "xcconfig": {
26     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/iphonesimulator/",
27     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/iphoneos/",
28     "SWIFT_INCLUDE_PATHS[sdk=appletvos*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/appletvos/",
29     "SWIFT_INCLUDE_PATHS[sdk=appletvsimulator*]": "$(PODS_ROOT)/Heimdall/CommonCrypto/appletvsimulator/"
30   },
31   "prepare_command": "mkdir -p CommonCrypto/iphoneos\nmkdir -p CommonCrypto/iphonesimulator\nmkdir -p CommonCrypto/appletvos\nmkdir -p CommonCrypto/appletvsimulator\ncp CommonCrypto/iphoneos.modulemap CommonCrypto/iphoneos/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/iphonesimulator/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/appletvos/module.modulemap\ncp CommonCrypto/iphonesimulator.modulemap CommonCrypto/appletvsimulator/module.modulemap",
32   "pushed_with_swift_version": "3.0"