[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / f / b / 1 / VKarmaneSDK / 1.0.0 / VKarmaneSDK.podspec.json
blobc52f247ae228cd4e080f99207119df06b969d946
2   "name": "VKarmaneSDK",
3   "version": "1.0.0",
4   "summary": "A short description of VKarmaneSDK.",
5   "description": "VKarmane application SDK to provide convenient cross-application interaction",
6   "homepage": "https://github.com/TinkoffCreditSystems/vkarmane-sdk-ios.git",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "a.kulabukhov": "a.kulabukhov@tinkoff.ru"
13   },
14   "source": {
15     "git": "https://github.com/TinkoffCreditSystems/vkarmane-sdk-ios.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "VKarmaneSDK/Classes/*.swift",
23     "VKarmaneSDK/Classes/Definitions/*.swift"
24   ],
25   "swift_version": "4.2",
26   "subspecs": [
27     {
28       "name": "Encryption",
29       "source_files": "VKarmaneSDK/Classes/Encryption/*.swift",
30       "script_phases": {
31         "name": "CommonCrypto",
32         "script": "COMMON_CRYPTO_DIR=\"${SDKROOT}/usr/include/CommonCrypto\"\n        if [ -f \"${COMMON_CRYPTO_DIR}/module.modulemap\" ]\n            then\n            echo \"CommonCrypto already exists, skipping\"\n            else\n            # This if-statement means we will only run the main script if the\n            # CommonCrypto.framework directory doesn not exist because otherwise\n            # the rest of the script causes a full recompile for anything\n            # where CommonCrypto is a dependency\n            # Do a \"Clean Build Folder\" to remove this directory and trigger\n            # the rest of the script to run\n            FRAMEWORK_DIR=\"${BUILT_PRODUCTS_DIR}/CommonCrypto.framework\"\n            if [ -d \"${FRAMEWORK_DIR}\" ]; then\n                echo \"${FRAMEWORK_DIR} already exists, so skipping the rest of the script.\"\n                exit 0\n                fi\n                mkdir -p \"${FRAMEWORK_DIR}/Modules\"\n                echo \"module CommonCrypto [system] {\n                header \\\"${SDKROOT}/usr/include/CommonCrypto/CommonCrypto.h\\\"\n                export *\n                }\" >> \"${FRAMEWORK_DIR}/Modules/module.modulemap\"\n                ln -sf \"${SDKROOT}/usr/include/CommonCrypto\" \"${FRAMEWORK_DIR}/Headers\"\n                fi",
33         "execution_position": "before_compile"
34       }
35     }
36   ]