Skip to content

Commit 19c268a

Browse files
committed
feat: add podspec file
1 parent 55d1eb8 commit 19c268a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

SecurityToolkit.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'SecurityToolkit'
3+
s.version = '1.0.1'
4+
s.summary = 'Simple and easy security threat detector in Swift'
5+
s.homepage = 'https://github.com/EXXETA/iOS-Security-Toolkit'
6+
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
7+
s.author = { 'Exxeta AG' => '[email protected]' }
8+
s.source = { :git => 'https://github.com/EXXETA/iOS-Security-Toolkit.git', :tag => s.version }
9+
10+
s.ios.deployment_target = '13.0'
11+
s.swift_version = '5'
12+
13+
s.source_files = 'Sources/**'
14+
15+
end

0 commit comments

Comments
 (0)