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",
8 "type": "Apache License 2.0",
12 "a.kulabukhov": "a.kulabukhov@tinkoff.ru"
15 "git": "https://github.com/TinkoffCreditSystems/vkarmane-sdk-ios.git",
22 "VKarmaneSDK/Classes/*.swift",
23 "VKarmaneSDK/Classes/Definitions/*.swift"
25 "swift_version": "4.2",
29 "source_files": "VKarmaneSDK/Classes/Encryption/*.swift",
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"