-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ Pod::Spec.new do |spec| | |
|
||
|
||
spec.name = "StickProtocol" | ||
spec.version = "1.2.3" | ||
spec.version = "1.2.5" | ||
spec.summary = "End-to-End Encryption Protocol Tailored For Social Network Platforms" | ||
spec.swift_version = "5.0" | ||
|
||
spec.description = <<-DESC | ||
End-to-End Encryption (E2EE) has become a de facto standard in messengers, especially after the development of the secure messaging protocol – Signal. However, the adoption of E2EE has been limited to messengers, and has not yet seen a noticeable trace in social networks, despite the increase in users’ privacy violations. The Stick protocol is an E2EE protocol, based on the Signal protocol, specifically designed for social networks. The Stick Protocol is the first of its kind to support re-establishable encryption sessions in an asynchronous and multi-device setting while preserving forward secrecy and introducing backward secrecy. | ||
DESC | ||
|
||
spec.homepage = "https://github.com/STiiiCK/stick-protocol" | ||
spec.homepage = "https://github.com/sticknet/stick-protocol" | ||
|
||
|
||
spec.license = { :type => "GPLv3", :text => "Copyright © 2018-2022 StickNet"} | ||
spec.license = { :type => "GPLv3", :text => "Copyright © 2018-2023 StickNet"} | ||
|
||
|
||
spec.author = { "Omar Basem" => "[email protected]" } | ||
|