[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 0 / SatispayInStore / 0.1.5 / SatispayInStore.podspec.json
blobc9d6e4c59050dc2bd878561c622966dd6b9a8fe2
2   "name": "SatispayInStore",
3   "version": "0.1.5",
4   "summary": "Satispay inStore API framework",
5   "description": "You can use our API to access Satispay API endpoints, which can get information on received payments, pending ones and manage proposal of payments, besides many other operations.",
6   "homepage": "https://github.com/satispay/in-store-api-swift-sdk",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pierluigi D'Andrea": "pierluigi.dandrea@satispay.com"
13   },
14   "source": {
15     "git": "https://github.com/satispay/in-store-api-swift-sdk.git",
16     "tag": "0.1.5",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "source_files": "SatispayInStore/**/*.swift",
24   "preserve_paths": [
25     "SatispayInStore/Modules/**/*",
26     "OpenSSL/lib/*.a"
27   ],
28   "libraries": [
29     "crypto",
30     "ssl"
31   ],
32   "ios": {
33     "vendored_libraries": [
34       "OpenSSL/lib/libcrypto.a",
35       "OpenSSL/lib/libssl.a"
36     ],
37     "pod_target_xcconfig": {
38       "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SatispayInStore/SatispayInStore/Modules/iOS/**",
39       "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/SatispayInStore/OpenSSL/lib",
40       "SWIFT_VERSION": "4.0"
41     }
42   },
43   "osx": {
44     "xcconfig": {
45       "LIBRARY_SEARCH_PATHS": "/usr/local/opt/openssl/lib",
46       "HEADER_SEARCH_PATHS": "/usr/local/opt/openssl/include"
47     },
48     "pod_target_xcconfig": {
49       "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SatispayInStore/SatispayInStore/Modules/macOS/**",
50       "LIBRARY_SEARCH_PATHS": "/usr/local/opt/openssl/lib",
51       "HEADER_SEARCH_PATHS": "/usr/local/opt/openssl/include",
52       "SWIFT_VERSION": "4.0"
53     }
54   },
55   "prepare_command": "BASE_PATH=\"${PWD}\"\nOPENSSL_PATH=\"$BASE_PATH/OpenSSL\"\nMODULE_PATH=\"$BASE_PATH/SatispayInStore/Modules/iOS/OpenSSL\"\n\ncd \"$OPENSSL_PATH\"\n\nif [ -f lib/libssl.a ] && [ -f lib/libcrypto.a ] && [ -d \"$MODULE_PATH/openssl\" ]; then\n    exit 0\nfi\n\nOPTIONS=\"no-ssl2 no-ssl3 no-comp no-async no-psk no-srp no-dtls no-dtls1\"\nOPTIONS+=\" no-ec no-ec2m no-engine no-hw no-err\"\nOPTIONS+=\" no-bf no-blake2 no-camellia no-cast no-chacha no-cmac no-ecdh no-ecdsa no-idea no-md4 no-mdc2 no-ocb no-poly1305 no-rc2 no-rc4 no-rmd160 no-scrpyt no-seed no-siphash no-sm3 no-sm4 no-whirlpool\"\nOPTIONS+=\" -Wno-error=ignored-optimization-argument\"\n\nexport CONFIG_OPTIONS=\"$OPTIONS\"\n\n./build-libssl.sh --archs=\"x86_64 i386 arm64 armv7\" --version=\"1.0.2m\"\n\nmkdir -p $MODULE_PATH\ncp -R \"$OPENSSL_PATH/include/openssl\" \"$MODULE_PATH/\""