Skip to content

Commit

Permalink
spec update: use this branch as base
Browse files Browse the repository at this point in the history
  • Loading branch information
vixentael committed Aug 29, 2017
1 parent 0c54333 commit 5bceb1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themis.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Pod::Spec.new do |s|
s.description = "Themis is a data security library, providing users with high-quality security services for secure messaging of any kinds and flexible data storage. Themis is aimed at modern development practices, with high level OOP wrappers for iOS / macOS, NodeJS, Go, Ruby, Python, PHP and Java / Android. It is designed with ease of use in mind, high security and cross-platform availability."
s.homepage = "http://cossacklabs.com"
s.license = { :type => 'Apache 2.0'}
s.source = { :git => "https://github.com/cossacklabs/themis.git", :tag => "#{s.version}" }
#s.source = { :git => "https://github.com/cossacklabs/themis.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/cossacklabs/themis.git", :branch => "podspec_dynamic_frameworks_GRKOpenSSLFramework" }
s.author = {'cossacklabs' => 'info@cossacklabs.com'}

#s.dependency 'OpenSSL-Universal', '1.0.2.10'
Expand Down

0 comments on commit 5bceb1f

Please sign in to comment.