[Add] PLVWebViewSDK 3.2.2
[CocoaPods.git] / Specs / e / 9 / b / SendingnetworkSDK / 0.0.6 / SendingnetworkSDK.podspec.json
blob423dbb5d2997b617447cebfa8211f6243d14e0ac
2   "name": "SendingnetworkSDK",
3   "version": "0.0.6",
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.0.6"
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": "SendingnetworkSDK.framework/Headers/*.{h,m}",
46       "resources": "SendingnetworkSDK/**/*.{xcdatamodeld}",
47       "frameworks": "CoreData",
48       "dependencies": {
49         "AFNetworking": [
50           "~> 4.0.0"
51         ],
52         "GZIP": [
53           "~> 1.3.0"
54         ],
55         "SwiftyBeaver": [
56           "1.9.5"
57         ],
58         "OLMKit": [
59           "~> 3.2.5"
60         ],
61         "Realm": [
62           "10.27.0"
63         ],
64         "libbase58": [
65           "~> 0.1.4"
66         ],
67         "RNCryptor": [
68           "~> 5.0"
69         ],
70         "TrustWalletCore": [
71           "~> 2.9.2"
72         ],
73         "SendingnetworkSDK/CryptoSDK": [
75         ],
76         "SVGKit": [
78         ]
79       },
80       "vendored_frameworks": "SendingnetworkSDK.framework"
81     },
82     {
83       "name": "Radix",
84       "vendored_frameworks": "Radixmobile.xcframework"
85     },
86     {
87       "name": "CryptoSDK",
88       "dependencies": {
89         "MatrixSDKCrypto": [
90           "0.1.7"
91         ]
92       },
93       "configuration_pod_whitelist": {
94         "MatrixSDKCrypto": [
95           "debug"
96         ]
97       }
98     }
99   ],
100   "swift_version": "5.2"