[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 0 / d / CryptoX11.swift / 1.1 / CryptoX11.swift.podspec.json
blob124ce7f5dcc16203f353116a730dcbfeca461ab6
2   "name": "CryptoX11.swift",
3   "module_name": "HSCryptoX11",
4   "version": "1.1",
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.1"
19   },
20   "source_files": "HSCryptoX11/**/*.{h,m,swift}",
21   "module_map": "HSCryptoX11/HSCryptoX11.modulemap",
22   "platforms": {
23     "ios": "10.0"
24   },
25   "swift_versions": "5",
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES",
28     "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/CryptoX11.swift/Libraries",
29     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/CryptoX11.swift/Libraries/x11"
30   },
31   "frameworks": [
32     "Foundation",
33     "SystemConfiguration"
34   ],
35   "preserve_paths": [
36     "Libraries"
37   ],
38   "swift_version": "5"