[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / b / yrnsdk / 2.9 / yrnsdk.podspec.json
blob6a5178718e2907ecd5d146af9c42bf773c1cd0d9
2   "name": "yrnsdk",
3   "version": "2.9",
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/chigwededza/yrnsdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Yoti",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "swift_versions": "5.0",
16   "source": {
17     "git": "https://github.com/chigwededza/yrnsdk.git",
18     "tag": "2.9"
19   },
20   "source_files": [
21     "YotiButtonSDK/*.swift",
22     "YotiButtonSDK/*/*.swift",
23     "YotiButtonSDK/*/*/*.swift"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "script_phases": {
27     "name": "TEST",
28     "script": "touch ~/Desktop/YRNSDK_POD_RUN.txt",
29     "execution_position": "before_compile"
30   },
31   "swift_version": "5.0"