[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / 2 / 3 / IPtProxyUI / 1.0.0 / IPtProxyUI.podspec.json
blob5434690319e85d6bc1d012bff939699ec13709b2
2   "name": "IPtProxyUI",
3   "version": "1.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": "1.0.0"
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.2"
43     ],
44     "Eureka": [
45       "~> 5.3"
46     ],
47     "ImageRow": [
48       "~> 4.0"
49     ],
50     "MBProgressHUD": [
51       "~> 1.2"
52     ]
53   },
54   "swift_version": "5.5"