[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 2 / 3 / IPtProxyUI / 4.0.0 / IPtProxyUI.podspec.json
blob1c52401ad8d57d24fb90cb301301b21b5972580f
2   "name": "IPtProxyUI",
3   "version": "4.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": "4.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     }
39   },
40   "default_subspecs": "App",
41   "subspecs": [
42     {
43       "name": "AppEx",
44       "preserve_paths": [
45         "update-bridges.sh",
46         "update-bridges.swift",
47         ".bartycrouch.toml"
48       ],
49       "ios": {
50         "source_files": "IPtProxyUI/Classes/{Shared,iOS-AppEx}/**/*",
51         "resource_bundles": {
52           "IPtProxyUI": [
53             "IPtProxyUI/Assets/{Shared,iOS}/**/*"
54           ]
55         }
56       },
57       "osx": {
58         "source_files": "IPtProxyUI/Classes/{Shared,macOS}/**/*",
59         "resource_bundles": {
60           "IPtProxyUI": [
61             "IPtProxyUI/Assets/{Shared,macOS}/**/*"
62           ]
63         }
64       },
65       "script_phases": [
66         {
67           "name": "Update Built-in Bridges",
68           "script": "\"$PODS_TARGET_SRCROOT/update-bridges.sh\"",
69           "execution_position": "before_compile",
70           "output_files": [
71             "iptproxy-appex-always-execute-this-but-supress-warning"
72           ]
73         }
74       ]
75     },
76     {
77       "name": "App",
78       "ios": {
79         "dependencies": {
80           "ProgressHUD": [
81             "~> 13.6"
82           ]
83         },
84         "source_files": "IPtProxyUI/Classes/{Shared,iOS-App,iOS-AppEx}/**/*",
85         "resource_bundles": {
86           "IPtProxyUI": [
87             "IPtProxyUI/Assets/{Shared,iOS}/**/*"
88           ]
89         }
90       },
91       "preserve_paths": [
92         "update-bridges.sh",
93         "update-bridges.swift",
94         ".bartycrouch.toml"
95       ],
96       "osx": {
97         "source_files": "IPtProxyUI/Classes/{Shared,macOS}/**/*",
98         "resource_bundles": {
99           "IPtProxyUI": [
100             "IPtProxyUI/Assets/{Shared,macOS}/**/*"
101           ]
102         }
103       },
104       "script_phases": [
105         {
106           "name": "Update Built-in Bridges",
107           "script": "\"$PODS_TARGET_SRCROOT/update-bridges.sh\"",
108           "execution_position": "before_compile",
109           "output_files": [
110             "iptproxy-app-always-execute-this-but-supress-warning"
111           ]
112         }
113       ]
114     }
115   ],
116   "swift_version": "5.5"