[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / a / 4 / 7 / yoti-sdk / 4.0.1 / yoti-sdk.podspec.json
blob8b698972273dbb703824da0156b7b87b0a94a234
2   "name": "yoti-sdk",
3   "version": "4.0.1",
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.\nThis 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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Yoti Ltd": "hello@yoti.com"
13   },
14   "social_media_url": "http://twitter.com/getyoti",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/getyoti/ios-sdk-button.git",
21     "tag": "v4.0.1"
22   },
23   "source_files": [
24     "Sources/YotiButtonSDK/*.swift",
25     "Sources/YotiButtonSDK/*/*.swift",
26     "Sources/YotiButtonSDK/*/*/*.swift"
27   ],
28   "exclude_files": "Classes/Exclude",
29   "resource_bundles": {
30     "YotiButtonResourcesSDK": [
31       "Sources/YotiButtonSDK/Resources/*.{xcassets}"
32     ]
33   },
34   "script_phases": {
35     "name": "Ensure generated compatibility header is visible",
36     "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;",
37     "execution_position": "after_compile"
38   },
39   "swift_version": "5.0"