[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 0 / d / CryptoX11.swift / 1.0 / CryptoX11.swift.podspec.json
blob439ad90d11953675db94d2598ab5968d70e6bf7c
2   "name": "CryptoX11.swift",
3   "module_name": "HSCryptoX11",
4   "version": "1.0",
5   "summary": "X11 hash functions Swift adapter.",
6   "homepage": "https://github.com/horizontalsystems/crypto-x11-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Horizontal Systems": "hsdao@protonmail.ch"
13   },
14   "social_media_url": "http://horizontalsystems.io/",
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/horizontalsystems/crypto-x11-ios.git",
18     "tag": "1.0"
19   },
20   "source_files": "{HSCryptoX11,Libraries}/**/*.{h,m,swift}",
21   "module_map": "HSCryptoX11/HSCryptoX11.modulemap",
22   "platforms": {
23     "ios": "10.0"
24   },
25   "swift_version": "4.1",
26   "pod_target_xcconfig": {
27     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
28     "APPLICATION_EXTENSION_API_ONLY": "YES",
29     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/Libraries",
30     "HEADER_SEARCH_PATHS": "\"$(SRCROOT)/Libraries/x11\""
31   },
32   "frameworks": [
33     "Foundation",
34     "SystemConfiguration"
35   ]