[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / e / 9 / b / SendingnetworkSDK / 0.1.4 / SendingnetworkSDK.podspec.json
blob3f747792b6f9a623a8b22dade538a699eef5b955
2   "name": "SendingnetworkSDK",
3   "version": "0.1.4",
4   "summary": "The iOS SDK to build apps compatible with Sendingnetwork (https://www.sending.network)",
5   "description": "Sendingnetwork is a new open standard for interoperable Instant Messaging and VoIP, providing pragmatic HTTP APIs and open source reference implementations for creating and running your own real-time communication infrastructure.\n\nOur hope is to make VoIP/IM as universal and interoperable as email.",
6   "homepage": "https://www.sending.network",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sending.network": "support@sending.network"
13   },
14   "social_media_url": "http://twitter.com/Sending_Network",
15   "source": {
16     "git": "https://github.com/Sending-Network/sendingnetwork-ios",
17     "tag": "0.1.4"
18   },
19   "requires_arc": true,
20   "swift_versions": [
21     "5.1",
22     "5.2"
23   ],
24   "platforms": {
25     "ios": "12.0"
26   },
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "dependencies": {
32         "SendingnetworkSDK/Lite": [
34         ],
35         "SendingnetworkSDK/Radix": [
37         ]
38       }
39     },
40     {
41       "name": "Lite",
42       "platforms": {
43         "ios": "12.0"
44       },
45       "source_files": [
46         "SendingnetworkSDK",
47         "SendingnetworkSDK/**/*.{h,m}",
48         "SendingnetworkSDK/**/*.{swift}"
49       ],
50       "private_header_files": [
51         "SendingnetworkSDK/SendingnetworkSDKSwiftHeader.h",
52         "SendingnetworkSDK/**/*_Private.h"
53       ],
54       "resources": "SendingnetworkSDK/**/*.{xcdatamodeld}",
55       "frameworks": "CoreData",
56       "dependencies": {
57         "AFNetworking": [
58           "~> 4.0.0"
59         ],
60         "GZIP": [
61           "~> 1.3.0"
62         ],
63         "SwiftyBeaver": [
64           "1.9.5"
65         ],
66         "OLMKit": [
67           "~> 3.2.5"
68         ],
69         "Realm": [
70           "10.27.0"
71         ],
72         "libbase58": [
73           "~> 0.1.4"
74         ],
75         "RNCryptor": [
76           "~> 5.0"
77         ],
78         "TrustWalletCore": [
79           "~> 2.9.2"
80         ],
81         "SendingnetworkSDK/CryptoSDK": [
83         ],
84         "SVGKit": [
86         ]
87       }
88     },
89     {
90       "name": "Radix",
91       "source_files": "Radix/*.swift",
92       "vendored_frameworks": "Radixmobile.xcframework",
93       "dependencies": {
94         "RNCryptor": [
95           "~> 5.0"
96         ],
97         "TrustWalletCore": [
98           "~> 2.9.2"
99         ]
100       }
101     },
102     {
103       "name": "CryptoSDK",
104       "dependencies": {
105         "MatrixSDKCrypto": [
106           "0.1.7"
107         ]
108       },
109       "configuration_pod_whitelist": {
110         "MatrixSDKCrypto": [
111           "debug"
112         ]
113       }
114     }
115   ],
116   "swift_version": "5.2"