[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 6 / c / 0 / SatispayInStore / 0.1.3 / SatispayInStore.podspec.json
bloba4ba00a2e4c05cb644e1a72567508b661aa7842c
2   "name": "SatispayInStore",
3   "version": "0.1.3",
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.3",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SatispayInStore/**/*.swift",
23   "preserve_paths": [
24     "SatispayInStore/Modules/**/*",
25     "OpenSSL/lib/*.a"
26   ],
27   "libraries": [
28     "crypto",
29     "ssl"
30   ],
31   "vendored_libraries": [
32     "OpenSSL/lib/libcrypto.a",
33     "OpenSSL/lib/libssl.a"
34   ],
35   "pod_target_xcconfig": {
36     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SatispayInStore/SatispayInStore/Modules/iOS/**",
37     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/SatispayInStore/OpenSSL/lib",
38     "SWIFT_VERSION": "4.0"
39   },
40   "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/\""