[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / e / 9 / b / SendingnetworkSDK / 0.1.1 / SendingnetworkSDK.podspec.json
blob50f9839027f9ce635e09ec16c6473e8ae66ed096
2   "name": "SendingnetworkSDK",
3   "version": "0.1.1",
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.1"
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       "resources": "SendingnetworkSDK/**/*.{xcdatamodeld}",
51       "frameworks": "CoreData",
52       "dependencies": {
53         "AFNetworking": [
54           "~> 4.0.0"
55         ],
56         "GZIP": [
57           "~> 1.3.0"
58         ],
59         "SwiftyBeaver": [
60           "1.9.5"
61         ],
62         "OLMKit": [
63           "~> 3.2.5"
64         ],
65         "Realm": [
66           "10.27.0"
67         ],
68         "libbase58": [
69           "~> 0.1.4"
70         ],
71         "RNCryptor": [
72           "~> 5.0"
73         ],
74         "TrustWalletCore": [
75           "~> 2.9.2"
76         ],
77         "SendingnetworkSDK/CryptoSDK": [
79         ],
80         "SVGKit": [
82         ]
83       }
84     },
85     {
86       "name": "Radix",
87       "source_files": "Radix/*.swift",
88       "vendored_frameworks": "Radixmobile.xcframework",
89       "dependencies": {
90         "RNCryptor": [
91           "~> 5.0"
92         ],
93         "TrustWalletCore": [
94           "~> 2.9.2"
95         ]
96       }
97     },
98     {
99       "name": "CryptoSDK",
100       "dependencies": {
101         "MatrixSDKCrypto": [
102           "0.1.7"
103         ]
104       },
105       "configuration_pod_whitelist": {
106         "MatrixSDKCrypto": [
107           "debug"
108         ]
109       }
110     }
111   ],
112   "swift_version": "5.2"