Files
atlantis/atlantis-proxyman.podspec
T
2025-07-24 14:18:44 +07:00

30 lines
1.4 KiB
Ruby

Pod::Spec.new do |spec|
spec.name = "atlantis-proxyman"
spec.version = "1.29.2"
spec.summary = "A iOS framework for intercepting HTTP/HTTPS Traffic without Proxy and Certificate config"
spec.description = <<-DESC
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.
Automatically intercept all HTTP/HTTPS Traffic from your app
No need to config HTTP Proxy, Install or Trust any Certificate
Review Request/Response from Proxyman macOS
Categorize the log by project and devices.
DESC
spec.homepage = "https://proxyman.com/"
spec.documentation_url = 'https://github.com/ProxymanApp/atlantis'
spec.screenshots = "https://raw.githubusercontent.com/ProxymanApp/atlantis/refs/heads/main/images/Atlantis_Dashboard_1.jpg"
spec.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
spec.author = { "Proxyman LLC" => "nghia@proxyman.com" }
spec.social_media_url = "https://x.com/proxyman_app"
spec.ios.deployment_target = "13.0"
spec.osx.deployment_target = "10.15"
spec.tvos.deployment_target = '13.0'
spec.module_name = "Atlantis"
spec.source = { :git => "https://github.com/ProxymanApp/atlantis.git", :tag => "#{spec.version}" }
spec.source_files = 'Sources/*.swift'
spec.swift_versions = ['5.0', '5.1', '5.2', '5.3']
end