[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / b / SendingnetworkSDK / 0.1.0 / SendingnetworkSDK.podspec.json
blobf668e8ac16e3ea71902984447eed60a8357116cd
2   "name": "SendingnetworkSDK",
3   "version": "0.1.0",
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.0"
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": "Test",
84       "platforms": {
85         "ios": "12.0"
86       },
87       "source_files": [
88         "SendingnetworkSDK",
89         "SendingnetworkSDK/**/*.{h,m}",
90         "SendingnetworkSDK/**/*.{swift}"
91       ],
92       "private_header_files": [
93         "SendingnetworkSDK/SendingnetworkSDKSwiftHeader.h",
94         "SendingnetworkSDK/**/*_Private.h"
95       ],
96       "resources": "SendingnetworkSDK/**/*.{xcdatamodeld}",
97       "frameworks": "CoreData",
98       "dependencies": {
99         "AFNetworking": [
100           "~> 4.0.0"
101         ],
102         "GZIP": [
103           "~> 1.3.0"
104         ],
105         "SwiftyBeaver": [
106           "1.9.5"
107         ],
108         "OLMKit": [
109           "~> 3.2.5"
110         ],
111         "Realm": [
112           "10.27.0"
113         ],
114         "libbase58": [
115           "~> 0.1.4"
116         ],
117         "RNCryptor": [
118           "~> 5.0"
119         ],
120         "TrustWalletCore": [
121           "~> 2.9.2"
122         ],
123         "SendingnetworkSDK/CryptoSDK": [
125         ],
126         "SVGKit": [
128         ],
129         "SendingnetworkSDK/Radix": [
131         ]
132       }
133     },
134     {
135       "name": "Radix",
136       "vendored_frameworks": "Radixmobile.xcframework"
137     },
138     {
139       "name": "CryptoSDK",
140       "dependencies": {
141         "MatrixSDKCrypto": [
142           "0.1.7"
143         ]
144       },
145       "configuration_pod_whitelist": {
146         "MatrixSDKCrypto": [
147           "debug"
148         ]
149       }
150     }
151   ],
152   "swift_version": "5.2"