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