blob: c9533bf3048c4ade63b5ad5e06294306ad813711 [file] [log] [blame]
{
"name": "yoti-sdk",
"version": "1.1",
"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/getyoti/ios-sdk-button",
"license": {
"type": "MIT",
"file": "LICENCE.md"
},
"authors": {
"Yoti Ltd": "hello@yoti.com"
},
"social_media_url": "http://twitter.com/getyoti",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/getyoti/ios-sdk-button.git",
"tag": "1.1"
},
"source_files": [
"YotiButtonSDK/*.swift",
"YotiButtonSDK/*/*.swift",
"YotiButtonSDK/*/*/*.swift"
],
"exclude_files": "Classes/Exclude"
}