[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / 5 / UnifyID-PushAuth / 3.2.2 / UnifyID-PushAuth.podspec.json
blob6bfe3786408a81d434eb987dd5db007db9c57192
2   "name": "UnifyID-PushAuth",
3   "version": "3.2.2",
4   "summary": "Secure Push Authentication for Website Entry, UnifyID SDK",
5   "description": "Combined with UnifyID Web SDK, this provides a secure and quick way to implement second factor push authentication\ninto your iOS mobile app.",
6   "homepage": "https://github.com/UnifyID/unifyid-ios-sdk/blob/master/PushAuth",
7   "license": {
8     "type": "Commercial",
9     "text": "See https://unify.id/terms"
10   },
11   "authors": {
12     "UnifyID": "support@unify.id"
13   },
14   "source": {
15     "http": "https://github.com/UnifyID/unifyid-ios-sdk/releases/download/UnifyID-PushAuth-v3.2.2/UnifyID-PushAuth-v3.2.2.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "swift_versions": "5.1",
21   "requires_arc": true,
22   "static_framework": true,
23   "cocoapods_version": ">= 1.10.0.rc.1",
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386 arm64"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386 arm64"
29   },
30   "xcconfig": {
31     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
32     "SWIFT_INCLUDE_PATHS": "$(inherited) \"${PODS_XCFRAMEWORKS_BUILD_DIR}/Clibsodium\"",
33     "OTHER_LDFLAGS": "$(inherited) -ObjC -l\"sodium\" -framework SwiftProtobuf",
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386 arm64"
35   },
36   "vendored_frameworks": [
37     "PushAuth.xcframework"
38   ],
39   "dependencies": {
40     "UnifyID-Core": [
41       "~> 4.5.0"
42     ]
43   },
44   "swift_version": "5.1"