-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMXHAC.podspec
25 lines (22 loc) · 924 Bytes
/
MXHAC.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
#
# Be sure to run `pod lib lint dsbridge.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'MXHAC'
s.version = '1.0.0'
s.summary = 'A short description of dsbridge.'
s.description = "MXHAC"
s.homepage = 'https://rd.mxchip.com/mx/mxapp_ios'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'huafeng' => '[email protected]' }
s.source = { :git => "https://github.com/MXCHIP/MXFrameworks_IOS.git" }
s.ios.deployment_target = '10.0'
s.static_framework = true
s.source_files = 'MXFrameworks/MXHAC/*'
s.public_header_files = 'MXFrameworks/MXHAC/*.h'
s.vendored_libraries = 'MXFrameworks/MXHAC/libHAC.a'
end