Skip to content

Commit e4bd682

Browse files
committed
Internal Pods.
1 parent c328241 commit e4bd682

File tree

5 files changed

+21
-554
lines changed

5 files changed

+21
-554
lines changed

Sodium.podspec

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'Sodium'
3+
s.version = '1.0.0'
4+
s.license = { :type => "MIT", :file => 'LICENSE' }
5+
s.summary = 'Swift-Sodium provides a safe and easy to use interface to perform common cryptographic operations on iOS and OSX.'
6+
s.homepage = 'https://github.com/qizitech/Sodium-framework'
7+
s.authors = { 'cuzv' => '' }
8+
s.source = { :git => 'https://github.com/qizitech/Sodium-framework', :tag => s.version.to_s }
9+
10+
s.requires_arc = true
11+
12+
s.ios.deployment_target = '8.0'
13+
s.osx.deployment_target = '10.11'
14+
15+
s.source_files = 'Sodium/**/*.{swift,h,a}'
16+
s.public_header_files = 'Sodium/**/*.h'
17+
18+
s.ios.vendored_library = 'Sodium/libs/libsodium-iOS.a'
19+
s.osx.vendored_library = 'Sodium/libs/libsodium-macOS.a'
20+
21+
end

0 commit comments

Comments
 (0)