[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / 1 / b / TorManager / 0.3.1 / TorManager.podspec.json
blob015c83c34074033b774ddcbcae59b824297b9add
2   "name": "TorManager",
3   "version": "0.3.1",
4   "summary": "The easiest way to integrate Tor and Pluggable Transports into your app.",
5   "description": "This library bundles all building blocks to integrate Tor into your app:\n- Tor.framework using\n  - C-Tor\n  - GeoIP files\n- IPtProxyUI using\n  - Lyrebird Pluggable Transport\n  - Snowflake Pluggable Transport\n  - Auto-configuration support via Moat/RdSys services\n  - Auto-configuration support for IPv4/IPv6 cappable networks\n- OrbotKit to detect and interact with a running Orbot\n\nPlus\n- A \"smart connect\" algorithm to automatically step through the transports to\n  find a connection in hostile environments.\n- Provide correct `WKWebView` and `URLSession` proxy configurations.",
6   "homepage": "https://github.com/tladesignz/TorManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Benjamin Erhart": "berhart@netzarchitekten.com"
13   },
14   "source": {
15     "git": "https://github.com/tladesignz/TorManager.git",
16     "tag": "0.3.1"
17   },
18   "social_media_url": "https://twitter.com/tladesignz",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "11"
22   },
23   "static_framework": true,
24   "swift_versions": "5.5",
25   "source_files": "TorManager/Classes/**/*",
26   "dependencies": {
27     "Tor/GeoIP": [
28       "~> 408.10"
29     ],
30     "IPtProxyUI": [
31       "~> 4.3"
32     ]
33   },
34   "ios": {
35     "dependencies": {
36       "OrbotKit": [
37         "~> 1.1"
38       ]
39     }
40   },
41   "swift_version": "5.5"