[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 5 / 2 / TruoraDummy / 0.0.3 / TruoraDummy.podspec.json
blobafea094e4299f736daed952e3cb40b481ca3ab9e
2   "name": "TruoraDummy",
3   "module_name": "TruoraDummy",
4   "version": "0.0.3",
5   "summary": "Truora SDK",
6   "description": "Truora dummy SDK that includes support for Digital identity products",
7   "homepage": "https://bitbucket.org/truora/truora-sdks/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ldonado": "ldonado@truora.com"
14   },
15   "user_target_xcconfig": {
16     "OTHER_LDFLAGS": "-ObjC -lc++ -lz",
17     "CLANG_MODULES_AUTOLINK": "YES"
18   },
19   "source": {
20     "git": "https://ldonado@bitbucket.org/truora/truora-sdks.git",
21     "tag": "0.0.3"
22   },
23   "platforms": {
24     "ios": "11.0"
25   },
26   "swift_versions": "5",
27   "dependencies": {
28     "Alamofire": [
29       "~> 5.4.3"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "TruoraCoreDummy",
35       "vendored_frameworks": [
36         "ios/digital-identity/DigitalIdentity/Truora-ios-sdk/TruoraCore.xcframework",
37         "ios/digital-identity/DigitalIdentity/Truora-ios-sdk/TruoraCommon.xcframework"
38       ]
39     },
40     {
41       "name": "TruoraDocumentDummy",
42       "vendored_frameworks": [
43         "ios/digital-identity/DigitalIdentity/Truora-ios-sdk/TruoraDocument.xcframework"
44       ]
45     }
46   ],
47   "swift_version": "5"