[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 8 / 2 / 3 / IPtProxyUI / 3.0.0 / IPtProxyUI.podspec.json
blobf92904a56b472715306afd0f00f884757070e04b
2   "name": "IPtProxyUI",
3   "version": "3.0.0",
4   "summary": "IPtProxyUI provides a UI to configure bridges for all Pluggable Transports available in the IPtProxy package.",
5   "description": "This package provides some scenes and configuration code which is shared between\ndifferent apps using the `IPtProxy` package together with `Tor.framework`.\n\nThe UI is complete for your users to configure all aspects of the Transports,\nincluding MOAT support to fetch new Obfs4 proxies.\n\nThe configuration provided is good for using the PTs together with Tor.",
6   "homepage": "https://github.com/tladesignz/IPtProxyUI-ios",
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/IPtProxyUI-ios.git",
16     "tag": "3.0.0"
17   },
18   "social_media_url": "https://twitter.com/tladesignz",
19   "platforms": {
20     "ios": "13.0",
21     "osx": "11"
22   },
23   "swift_versions": "5.5",
24   "static_framework": true,
25   "dependencies": {
26     "IPtProxy": [
27       "~> 3.1.1"
28     ]
29   },
30   "ios": {
31     "dependencies": {
32       "Eureka": [
33         "~> 5.3"
34       ],
35       "ImageRow": [
36         "~> 4.0"
37       ],
38       "ProgressHUD": [
39         "~> 13.6"
40       ]
41     }
42   },
43   "default_subspecs": "App",
44   "subspecs": [
45     {
46       "name": "AppEx",
47       "preserve_paths": [
48         "update-bridges.sh",
49         "update-bridges.swift",
50         ".bartycrouch.toml"
51       ],
52       "ios": {
53         "source_files": "IPtProxyUI/Classes/{Shared,iOS-AppEx}/**/*",
54         "resource_bundles": {
55           "IPtProxyUI": [
56             "IPtProxyUI/Assets/{Shared,iOS}/**/*"
57           ]
58         }
59       },
60       "osx": {
61         "source_files": "IPtProxyUI/Classes/{Shared,macOS}/**/*",
62         "resource_bundles": {
63           "IPtProxyUI": [
64             "IPtProxyUI/Assets/{Shared,macOS}/**/*"
65           ]
66         }
67       },
68       "script_phases": [
69         {
70           "name": "Update Built-in Bridges",
71           "script": "\"$PODS_TARGET_SRCROOT/update-bridges.sh\"",
72           "execution_position": "before_compile",
73           "output_files": [
74             "iptproxy-appex-always-execute-this-but-supress-warning"
75           ]
76         }
77       ]
78     },
79     {
80       "name": "App",
81       "preserve_paths": [
82         "update-bridges.sh",
83         "update-bridges.swift",
84         ".bartycrouch.toml"
85       ],
86       "ios": {
87         "source_files": "IPtProxyUI/Classes/{Shared,iOS-App,iOS-AppEx}/**/*",
88         "resource_bundles": {
89           "IPtProxyUI": [
90             "IPtProxyUI/Assets/{Shared,iOS}/**/*"
91           ]
92         }
93       },
94       "osx": {
95         "source_files": "IPtProxyUI/Classes/{Shared,macOS}/**/*",
96         "resource_bundles": {
97           "IPtProxyUI": [
98             "IPtProxyUI/Assets/{Shared,macOS}/**/*"
99           ]
100         }
101       },
102       "script_phases": [
103         {
104           "name": "Update Built-in Bridges",
105           "script": "\"$PODS_TARGET_SRCROOT/update-bridges.sh\"",
106           "execution_position": "before_compile",
107           "output_files": [
108             "iptproxy-app-always-execute-this-but-supress-warning"
109           ]
110         }
111       ]
112     }
113   ],
114   "swift_version": "5.5"