Skip to content

Commit

Permalink
1.增加 identify、trackChannelEvent 接口
Browse files Browse the repository at this point in the history
2.iOS 限制 SDK 版本 1.11.15
chenru committed Feb 20, 2020
1 parent ff1c704 commit 1153d24
Showing 4 changed files with 262 additions and 157 deletions.
4 changes: 2 additions & 2 deletions RNSensorsAnalyticsModule.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

end

Loading

0 comments on commit 1153d24

Please sign in to comment.