We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d1eb8 commit 19c268aCopy full SHA for 19c268a
1 file changed
SecurityToolkit.podspec
@@ -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' => 'info@exxeta.com' }
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