-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathTuyaSmartHomeKit.podspec
31 lines (25 loc) · 1.04 KB
/
TuyaSmartHomeKit.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
27
28
29
30
31
Pod::Spec.new do |s|
s.name = "TuyaSmartHomeKit"
s.version = "3.20.0"
s.summary = "A short description of #{s.name}."
s.license = "none"
s.authors = {"0x5e"=>"gaosen@tuya.com"}
s.homepage = "https://tuya.com"
s.source = { :http => "https://images.tuyacn.com/smart/app/package/sdk/ios/TuyaSmartHomeKit-2.10.96.zip" }
s.static_framework = true
s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.source_files = 'Headers/**/*.h'
s.dependency 'TuyaSmartBaseKit', '>= 3.20.0'
s.dependency 'TuyaSmartDeviceCoreKit', '>= 3.20.0'
s.dependency 'TuyaSmartDeviceKit', '>= 3.20.0'
s.ios.dependency 'TuyaSmartActivatorKit', '>= 3.20.0'
s.ios.dependency 'TuyaSmartMQTTChannelKit', '>= 3.20.0'
s.ios.dependency 'TuyaSmartSocketChannelKit', '>= 3.20.0'
s.ios.dependency 'TuyaSmartBLEKit', '>= 3.20.0'
s.ios.dependency 'TuyaSmartBLEMeshKit', '>= 3.20.0'
s.dependency 'TuyaSmartSceneKit', '>= 3.20.0'
s.dependency 'TuyaSmartTimerKit'
s.dependency 'TuyaSmartMessageKit'
s.dependency 'TuyaSmartFeedbackKit'
end