blob: 870a6417b3e121632df73b5cfe0a7fb849eb0c3a [file] [log] [blame]
{
"name": "yrnsdk",
"version": "2.20",
"summary": "A button SDK that uses Yoti app to complete the share",
"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.",
"homepage": "https://github.com/chigwededza/yrnsdk",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Yoti",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/chigwededza/yrnsdk.git",
"tag": "2.20"
},
"source_files": [
"YotiButtonSDK/*.swift",
"YotiButtonSDK/*/*.swift",
"YotiButtonSDK/*/*/*.swift"
],
"exclude_files": "Classes/Exclude",
"resource_bundles": {
"YotiButtonResourcesSDK": [
"YotiButtonSDK/Resources/*.{xcassets}"
]
},
"script_phases": {
"name": "Ensure generated compatibility header is visible",
"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;",
"execution_position": "after_compile"
},
"swift_version": "5.0"
}