4 "summary": "A button SDK that uses Yoti app to complete the share",
5 "description": "The mobile SDK purpose is to provide 3rd party applications the ability to request attributes from a Yoti user while leveraging the Yoti mobile App. It is an interaction between a 3rd Party app and Yoti app facilitated by a very lightweight SDKs. This repo contains the tools and step by step instructions so that your users can share their identity details with your application in a secure and trusted way.",
6 "homepage": "https://github.com/getyoti/ios-sdk-button",
12 "Yoti Ltd": "hello@yoti.com"
14 "social_media_url": "http://twitter.com/getyoti",
18 "swift_versions": "5.0",
20 "git": "https://github.com/getyoti/ios-sdk-button.git",
24 "YotiButtonSDK/*.swift",
25 "YotiButtonSDK/*/*.swift",
26 "YotiButtonSDK/*/*/*.swift"
28 "exclude_files": "Classes/Exclude",
30 "name": "Ensure generated compatibility header is visible",
31 "script": "COMPATIBILITY_HEADER_PATH=\"${BUILT_PRODUCTS_DIR}/Swift Compatibility Header/${PRODUCT_MODULE_NAME}-Swift.h\" && if [ -s \"${COMPATIBILITY_HEADER_PATH}\" ]; then ditto \"${COMPATIBILITY_HEADER_PATH}\" \"${BUILT_PRODUCTS_DIR}\" && ditto \"${COMPATIBILITY_HEADER_PATH}\" \"${PODS_ROOT}/Headers/Public/${PRODUCT_MODULE_NAME}/${PRODUCT_MODULE_NAME}-Swift.h\" && ditto \"${COMPATIBILITY_HEADER_PATH}\" \"${PODS_ROOT}/Target Support Files/${PRODUCT_MODULE_NAME}/${PRODUCT_MODULE_NAME}-Swift.h\"; fi;",
32 "execution_position": "after_compile"
34 "swift_version": "5.0"