|
1 | 1 | Pod::Spec.new do |spec|
|
2 | 2 | spec.name = "atlantis-proxyman"
|
3 | 3 | spec.version = "1.25.1"
|
4 |
| - spec.summary = "A lightweight and powerful iOS framework for intercepting HTTP/HTTPS Traffic" |
| 4 | + spec.summary = "A iOS framework for intercepting HTTP/HTTPS Traffic without Proxy and Certificate config" |
5 | 5 | spec.description = <<-DESC
|
6 |
| - A lightweight and powerful iOS framework for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config. |
7 |
| - Automatically intercept all HTTP/HTTPS Traffic with ease |
8 |
| - No need to config HTTP Proxy, Install or Trust any Certificate |
9 |
| - Review traffic log from Proxyman |
| 6 | + ✅ A iOS framework (Developed and Maintained by Proxyman Team) for intercepting HTTP/HTTPS Traffic from your app. No more messing around with proxy, certificate config. |
| 7 | + ✅ Automatically intercept all HTTP/HTTPS Traffic from your app |
| 8 | + ✅ No need to config HTTP Proxy, Install or Trust any Certificate |
| 9 | + Review Request/Response from Proxyman macOS |
10 | 10 | Categorize the log by project and devices.
|
11 | 11 | DESC
|
12 | 12 |
|
13 |
| - spec.homepage = "https://github.com/ProxymanApp/atlantis" |
14 |
| - spec.documentation_url = 'https://docs.proxyman.io/atlantis/atlantis-for-ios' |
| 13 | + spec.homepage = "https://proxyman.io/" |
| 14 | + spec.documentation_url = 'https://github.com/ProxymanApp/atlantis' |
15 | 15 | spec.screenshots = "https://raw.githubusercontent.com/ProxymanApp/atlantis/main/images/capture_ws_proxyman.jpg"
|
16 | 16 | spec.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
|
17 | 17 |
|
18 |
| - spec.author = { "Nghia Tran" => "nghia@proxyman.io" } |
| 18 | + spec.author = { "Proxyman LLC" => "nghia@proxyman.io" } |
19 | 19 | spec.social_media_url = "https://twitter.com/proxyman_app"
|
20 | 20 |
|
21 | 21 | spec.ios.deployment_target = "13.0"
|
|
0 commit comments