Skip to content

Commit 75fc48e

Browse files
committed
Update readme and podspec
1 parent 523dd77 commit 75fc48e

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
[![Version](https://img.shields.io/cocoapods/v/atlantis-proxyman.svg?style=flat)](https://cocoapods.org/pods/atlantis-proxyman)
55
[![Platform](https://img.shields.io/cocoapods/p/atlantis-proxyman.svg?style=flat)](https://cocoapods.org/pods/atlantis-proxyman)
66
[![Twitter](https://img.shields.io/twitter/url?label=%40proxyman_app&style=social&url=https%3A%2F%2Ftwitter.com%2Fproxyman_app)](https://twitter.com/proxyman_app)
7-
[![Join the chat at https://gitter.im/Proxyman-app/community](https://badges.gitter.im/Proxyman-app/community.svg)](https://gitter.im/Proxyman-app/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
87
[![License](https://img.shields.io/cocoapods/l/atlantis-proxyman.svg?style=flat)](https://cocoapods.org/pods/atlantis-proxyman)
8+
[Join our Discord Channel](https://discord.gg/tjWEq6Da42)
9+
10+
## Atlantis is developed by Proxyman Team
11+
- Homepage: [https://proxyman.io](https://proxyman.io)
12+
- Twitter: [https://twitter.com/proxyman_app](https://twitter.com/proxyman_app)
13+
- Github: [https://github.com/ProxymanApp](https://github.com/ProxymanApp)
914

1015
## Features
1116
- [x]**Automatically** intercept all YOUR HTTP/HTTPS Traffic with 1 click

atlantis-proxyman.podspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Pod::Spec.new do |spec|
22
spec.name = "atlantis-proxyman"
33
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"
55
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
1010
Categorize the log by project and devices.
1111
DESC
1212

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'
1515
spec.screenshots = "https://raw.githubusercontent.com/ProxymanApp/atlantis/main/images/capture_ws_proxyman.jpg"
1616
spec.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
1717

18-
spec.author = { "Nghia Tran" => "nghia@proxyman.io" }
18+
spec.author = { "Proxyman LLC" => "nghia@proxyman.io" }
1919
spec.social_media_url = "https://twitter.com/proxyman_app"
2020

2121
spec.ios.deployment_target = "13.0"

0 commit comments

Comments
 (0)