[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 2 / 3 / IPtProxyUI / 1.7.2 / IPtProxyUI.podspec.json
blob046744c270e1e80daf167a3fffb1c60db5916a77
2   "name": "IPtProxyUI",
3   "version": "1.7.2",
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": "1.7.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.5",
22   "preserve_paths": [
23     "update-bridges.swift",
24     ".bartycrouch.toml"
25   ],
26   "source_files": "IPtProxyUI/Classes/**/*",
27   "resource_bundles": {
28     "IPtProxyUI": [
29       "IPtProxyUI/Assets/**/*"
30     ]
31   },
32   "static_framework": true,
33   "script_phases": [
34     {
35       "name": "Update Built-in Bridges",
36       "script": "\"$PODS_TARGET_SRCROOT/update-bridges.swift\"",
37       "execution_position": "before_compile"
38     }
39   ],
40   "dependencies": {
41     "IPtProxy": [
42       "~> 1.5"
43     ],
44     "Eureka": [
45       "~> 5.3"
46     ],
47     "ImageRow": [
48       "~> 4.0"
49     ],
50     "MBProgressHUD": [
51       "~> 1.2"
52     ],
53     "ReachabilitySwift": [
54       "~> 5.0"
55     ]
56   },
57   "swift_version": "5.5"