-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecureAccessBLE.podspec
26 lines (21 loc) · 1.08 KB
/
SecureAccessBLE.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Be sure to run `pod lib lint SecureAccessBLE.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'SecureAccessBLE'
s.version = '3.13.2'
s.summary = 'SecureAccess BLE framework'
s.description = 'Framework for communicating with the SecureAccess BLE hardware.'
s.homepage = 'https://github.com/huf-development-services/mobile-ios-secure-access-ble'
s.license = { :type => 'Copyright', :text => 'Copyright (c) 2019 Huf Secure Mobile GmbH. All rights reserved.' }
s.author = { 'Huf Secure Mobile GmbH' => 'info@hufsecuremobile.com' }
s.source = { :git => 'https://github.com/huf-development-services/mobile-ios-secure-access-ble.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.3'
s.source_files = 'SecureAccessBLE/Classes/**/*'
s.dependency 'CryptoSwift', '~> 1.4'
s.swift_version = '5.2'
end