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