Skip to content

Commit 1153d24

Browse files
author
chenru
committed
1.增加 identify、trackChannelEvent 接口
2.iOS 限制 SDK 版本 1.11.15
1 parent ff1c704 commit 1153d24

File tree

4 files changed

+262
-157
lines changed

4 files changed

+262
-157
lines changed

RNSensorsAnalyticsModule.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "RNSensorsAnalyticsModule"
4-
s.version = "1.1.3"
4+
s.version = "1.1.4"
55
s.summary = "The official React Native SDK of Sensors Analytics."
66
s.description = <<-DESC
77
神策分析 RN 组件
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.source_files = "ios/*.{h,m}"
1515
s.requires_arc = true
1616
s.dependency "React"
17-
s.dependency "SensorsAnalyticsSDK"
17+
s.dependency "SensorsAnalyticsSDK", "~> 1.11.15"
1818

1919
end
2020

0 commit comments

Comments
 (0)