Skip to content

Commit

Permalink
Release version 407.10.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Oct 5, 2022
1 parent 85768d7 commit dab64e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Tor/Core (407.10.2)
- Tor/GeoIP (407.10.2):
- Tor/Core (407.10.3)
- Tor/GeoIP (407.10.3):
- Tor/Core

DEPENDENCIES:
Expand All @@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Tor: fca5e6b97b9ae35904b50f1587ff3edff374c549
Tor: f9ea045ca159cdfbd185924aa60aef2c08f0f523

PODFILE CHECKSUM: 2e6b5ce7c35de39ebc7cf8a7851f871a1d793275

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you use dynamic frameworks, use the root spec:

```ruby
use_frameworks!
pod 'Tor', '~> 407.10.2'
pod 'Tor', '~> 407.10'
```

(or `Tor/GeoIP` - see below.)
Expand All @@ -52,7 +52,7 @@ pod 'Tor', '~> 407.10.2'
If you need to add it as a static library, you will need to add it from a modified podspec:

```ruby
pod 'Tor', :podspec => 'https://raw.githubusercontent.com/iCepa/Tor.framework/v407.10.2/TorStatic.podspec'
pod 'Tor', :podspec => 'https://raw.githubusercontent.com/iCepa/Tor.framework/pure_pod/TorStatic.podspec'
```

Currently static library support is unstable. You might encounter build issues.
Expand Down
2 changes: 1 addition & 1 deletion Tor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |m|
tor_version = 'tor-0.4.7.10'

m.name = 'Tor'
m.version = '407.10.2'
m.version = '407.10.3'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application. Currently, the framework compiles in static versions of tor, libevent, openssl, and liblzma.'

Expand Down
2 changes: 1 addition & 1 deletion TorStatic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |m|
tor_version = 'tor-0.4.7.10'

m.name = 'Tor'
m.version = '407.10.2'
m.version = '407.10.3'
m.summary = 'Tor.framework is the easiest way to embed Tor in your iOS application.'
m.description = 'Tor.framework is the easiest way to embed Tor in your iOS application. Currently, the framework compiles in static versions of tor, libevent, openssl, and liblzma.'

Expand Down

0 comments on commit dab64e1

Please sign in to comment.