[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / c / 3 / GigyaNss / 0.3.0 / GigyaNss.podspec.json
blob493806ca21a60cfecb58b205463769b8abe24a47
2   "name": "GigyaNss",
3   "version": "0.3.0",
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/v0.3.0"
11   },
12   "module_name": "GigyaNss",
13   "swift_versions": "5.2",
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source_files": [
18     "GigyaNss/GigyaNss/*.swift",
19     "GigyaNss/GigyaNss/*/*.swift",
20     "GigyaNss/GigyaNss/*/*/*.swift"
21   ],
22   "frameworks": "SystemConfiguration",
23   "dependencies": {
24     "Gigya": [
26     ]
27   },
28   "libraries": [
29     "c++",
30     "z"
31   ],
32   "default_subspecs": "Debug",
33   "subspecs": [
34     {
35       "name": "Debug",
36       "vendored_frameworks": "GigyaNss/Flutter/Debug/Flutter.framework"
37     },
38     {
39       "name": "Release",
40       "dependencies": {
41         "Flutter": [
42           "1.12.1309"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.2"