|
1 | 1 | Pod::Spec.new do |s|
|
2 | 2 | s.name = "TuyaSmartHomeKit"
|
3 |
| - s.version = "3.19.0" |
| 3 | + s.version = "3.20.0" |
4 | 4 | s.summary = "A short description of #{s.name}."
|
5 | 5 | s.license = "none"
|
6 | 6 | s.authors = {"0x5e"=>"[email protected]"}
|
7 | 7 | s.homepage = "https://tuya.com"
|
8 |
| - s.source = { :http => "https://airtake-public-data.oss-cn-hangzhou.aliyuncs.com/smart/app/package/sdk/ios/TuyaSmartHomeKit-2.10.96.zip" } |
| 8 | + s.source = { :http => "https://images.tuyacn.com/smart/app/package/sdk/ios/TuyaSmartHomeKit-2.10.96.zip" } |
9 | 9 |
|
10 | 10 | s.static_framework = true
|
11 | 11 | s.ios.deployment_target = '8.0'
|
12 | 12 | s.watchos.deployment_target = '2.0'
|
13 | 13 |
|
14 | 14 | s.source_files = 'Headers/**/*.h'
|
15 | 15 |
|
16 |
| - s.dependency 'TuyaSmartBaseKit', '>= 3.19.0' |
17 |
| - s.dependency 'TuyaSmartDeviceCoreKit', '>= 3.19.0' |
18 |
| - s.dependency 'TuyaSmartDeviceKit', '>= 3.19.0' |
| 16 | + s.dependency 'TuyaSmartBaseKit', '>= 3.20.0' |
| 17 | + s.dependency 'TuyaSmartDeviceCoreKit', '>= 3.20.0' |
| 18 | + s.dependency 'TuyaSmartDeviceKit', '>= 3.20.0' |
19 | 19 |
|
20 |
| - s.ios.dependency 'TuyaSmartActivatorKit', '>= 3.19.0' |
21 |
| - s.ios.dependency 'TuyaSmartMQTTChannelKit', '>= 3.19.0' |
22 |
| - s.ios.dependency 'TuyaSmartSocketChannelKit', '>= 3.19.0' |
23 |
| - s.ios.dependency 'TuyaSmartBLEKit', '>= 3.19.0' |
24 |
| - s.ios.dependency 'TuyaSmartBLEMeshKit', '>= 3.19.0' |
| 20 | + s.ios.dependency 'TuyaSmartActivatorKit', '>= 3.20.0' |
| 21 | + s.ios.dependency 'TuyaSmartMQTTChannelKit', '>= 3.20.0' |
| 22 | + s.ios.dependency 'TuyaSmartSocketChannelKit', '>= 3.20.0' |
| 23 | + s.ios.dependency 'TuyaSmartBLEKit', '>= 3.20.0' |
| 24 | + s.ios.dependency 'TuyaSmartBLEMeshKit', '>= 3.20.0' |
25 | 25 |
|
26 |
| - s.dependency 'TuyaSmartSceneKit', '>= 3.19.0' |
| 26 | + s.dependency 'TuyaSmartSceneKit', '>= 3.20.0' |
27 | 27 | s.dependency 'TuyaSmartTimerKit'
|
28 | 28 | s.dependency 'TuyaSmartMessageKit'
|
29 | 29 | s.dependency 'TuyaSmartFeedbackKit'
|
|
0 commit comments