[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 8 / c / e / Heimdall / 0.1.7 / Heimdall.podspec.json
blobfc04909d7742a2c4029a331426ecb5a2755183ec
2   "name": "Heimdall",
3   "version": "0.1.7",
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\n                   tools for encryption/decryption, as well as signing/verifying.\n\n                   Heimdall supports both using a RSA public-private key-pair, as well as just a public key,\n                   which allows for multiple parties to verify and encrypt messages for sending.\n",
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": "0.1.7"
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   },
29   "prepare_command": "                        mkdir -p CommonCrypto/iphoneos\n                        mkdir -p CommonCrypto/iphonesimulator\n                        cp CommonCrypto/iphoneos.modulemap CommonCrypto/iphoneos/module.modulemap\n                        cp CommonCrypto/iphonesimulator.modulemap CommonCrypto/iphonesimulator/module.modulemap\n"