[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / d / a / 4 / GigyaNssRelease / 1.4.3 / GigyaNssRelease.podspec.json
blob0025a4f3e5832906eaa4afcc7df3098685594043
2   "name": "GigyaNssRelease",
3   "version": "1.4.3",
4   "license": "Apache 2.0",
5   "homepage": "https://developers.gigya.com/display/GD/Native+Screen-Sets",
6   "authors": "Gigya SAP",
7   "summary": "This library enables you to use additional \nauthentication methods from the standard login flow",
8   "source": {
9     "git": "https://github.com/SAP/gigya-swift-sdk.git",
10     "tag": "nss/v1.4.3"
11   },
12   "module_name": "GigyaNss",
13   "swift_versions": "5.2",
14   "platforms": {
15     "ios": "11.0"
16   },
17   "default_subspecs": "Core",
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "GigyaNss/GigyaNss/*.swift",
29         "GigyaNss/GigyaNss/*/*.swift",
30         "GigyaNss/GigyaNss/*/*/*.swift"
31       ],
32       "exclude_files": "GigyaNss/GigyaNss/services/Otp/OtpService.swift",
33       "dependencies": {
34         "Gigya": [
35           ">= 1.2.0"
36         ],
37         "Flutter": [
38           "2.0.2"
39         ]
40       },
41       "frameworks": "SystemConfiguration",
42       "libraries": [
43         "c++",
44         "z"
45       ],
46       "vendored_frameworks": "GigyaNss/Flutter/Release/App.xcframework"
47     },
48     {
49       "name": "Auth",
50       "source_files": "GigyaNss/GigyaNss/services/*/*.swift",
51       "dependencies": {
52         "GigyaAuth": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.2"