[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / c / 0 / SatispayInStore / 0.1.12 / SatispayInStore.podspec.json
blob53cd09c92a26af04848459a20be30c0e479eee84
2   "name": "SatispayInStore",
3   "version": "0.1.12",
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.12",
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-ios/*.a",
27     "OpenSSL/lib-macos/*.a"
28   ],
29   "libraries": [
30     "crypto",
31     "ssl"
32   ],
33   "ios": {
34     "vendored_libraries": [
35       "OpenSSL/lib-ios/libcrypto.a",
36       "OpenSSL/lib-ios/libssl.a"
37     ],
38     "pod_target_xcconfig": {
39       "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SatispayInStore/SatispayInStore/Modules/iOS/**",
40       "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/SatispayInStore/OpenSSL/lib-ios",
41       "SWIFT_VERSION": "4.0"
42     }
43   },
44   "osx": {
45     "vendored_libraries": [
46       "OpenSSL/lib-macos/libcrypto.a",
47       "OpenSSL/lib-macos/libssl.a"
48     ],
49     "pod_target_xcconfig": {
50       "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SatispayInStore/SatispayInStore/Modules/macOS/**",
51       "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/SatispayInStore/OpenSSL/lib-macos",
52       "SWIFT_VERSION": "4.0"
53     }
54   },
55   "prepare_command": "BASE_PATH=\"${PWD}\"\nOPENSSL_PATH=\"$BASE_PATH/OpenSSL\"\nMODULE_PATH_IOS=\"$BASE_PATH/SatispayInStore/Modules/iOS/OpenSSL\"\nMODULE_PATH_MACOS=\"$BASE_PATH/SatispayInStore/Modules/macOS/OpenSSL\"\n\ncd \"$OPENSSL_PATH\"\n\nif [ -f lib-ios/libssl.a ] && [ -f lib-ios/libcrypto.a ] && [ -f lib-macos/libssl.a ] && [ -f lib-macos/libcrypto.a ] && [ -d \"$MODULE_PATH_IOS/openssl\" ] && [ -d \"$MODULE_PATH_MACOS/openssl\" ]; then\n    exit 0\nfi\n\n./build.sh\n\nmkdir -p $MODULE_PATH_IOS\nmkdir -p $MODULE_PATH_MACOS\ncp -R \"$OPENSSL_PATH/include-ios/openssl\" \"$MODULE_PATH_IOS/\"\ncp -R \"$OPENSSL_PATH/include-macos/openssl\" \"$MODULE_PATH_MACOS/\""