[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / d / PingOrchestrate / 1.0.0 / PingOrchestrate.podspec.json
blobafeecdfe754393f1f2277997403a03d64eebe5b8
2   "name": "PingOrchestrate",
3   "version": "1.0.0",
4   "summary": "PingOrchestrate SDK for iOS",
5   "description": "The PingOrchestrate SDK provides a simple way to build a state machine for ForgeRock Journey and PingOne DaVinci.",
6   "homepage": "https://www.pingidentity.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Ping Identity",
12   "source": {
13     "git": "https://github.com/ForgeRock/ping-ios-sdk.git",
14     "tag": "1.0.0"
15   },
16   "module_name": "PingOrchestrate",
17   "swift_versions": [
18     "5.0",
19     "5.1"
20   ],
21   "platforms": {
22     "ios": "13.0"
23   },
24   "source_files": [
25     "Orchestrate/Orchestrate/**/*.swift",
26     "Orchestrate/Orchestrate/**/*.h"
27   ],
28   "resource_bundles": {
29     "Orchestrate": [
30       "Orchestrate/Orchestrate/*.xcprivacy"
31     ]
32   },
33   "ios": {
34     "dependencies": {
35       "PingLogger": [
36         "~> 1.0.0"
37       ],
38       "PingStorage": [
39         "~> 1.0.0"
40       ]
41     }
42   },
43   "swift_version": "5.1"