[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / e / 0 / 3 / AbsioSDK / 1.1.0 / AbsioSDK.podspec.json
blobe1fad7f1191ecd35daafe7cd78df6428588d412b
2   "name": "AbsioSDK",
3   "version": "1.1.0",
4   "license": {
5     "type": "Custom",
6     "text": "               http://docs.absio.com/#licenselicense\n"
7   },
8   "summary": "Absio SDK enabling developers to easily build encryption directly into software applications and services.",
9   "description": "Absio Swift SDK is a part of Absio’s developer toolset which developers can use to build PKI-based authentication \nand data-level encryption directly into software applications and services, without having to manage keys and certificates, \nadd hardware, or rely on a third-party service.",
10   "homepage": "https://github.com/Absio/swift-absio-secured-container",
11   "authors": {
12     "Absio Corporation": "https://www.absio.com/contact"
13   },
14   "source": {
15     "http": "https://nexus.absio.com/repository/swift-artifactory/absioSDK/builds/1.1.0/AbsioSDK.zip",
16     "type": "zip"
17   },
18   "swift_versions": [
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "12.0",
23     "osx": "10.14"
24   },
25   "dependencies": {
26     "PromiseKit/CorePromise": [
27       "~> 6.13"
28     ],
29     "AbsioCrypto": [
30       "~> 1.2.0"
31     ]
32   },
33   "ios": {
34     "vendored_frameworks": [
35       "AbsioSDK/ios/AbsioSDKiOS.framework",
36       "AbsioSDK/ios/AbsioESQLite.framework",
37       "AbsioSDK/ios/AbsioESQLiteWrapper.framework"
38     ],
39     "vendored_libraries": "AbsioSDK/ios/lib/libAbsioSEE.a",
40     "pod_target_xcconfig": {
41       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42     },
43     "user_target_xcconfig": {
44       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45     }
46   },
47   "osx": {
48     "vendored_frameworks": [
49       "AbsioSDK/macOS/AbsioSDKOSX.framework",
50       "AbsioSDK/macOS/AbsioESQLite.framework",
51       "AbsioSDK/macOS/AbsioESQLiteWrapper.framework"
52     ],
53     "vendored_libraries": "AbsioSDK/macOS/lib/libAbsioSEE.a",
54     "user_target_xcconfig": {
55       "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
56     },
57     "pod_target_xcconfig": {
58       "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
59     }
60   },
61   "swift_version": "5.0"