Skip to content

Commit

Permalink
更新版本到0.2.4,更新ReadMe。
Browse files Browse the repository at this point in the history
  • Loading branch information
Hulk committed Nov 10, 2021
1 parent 365375e commit b5fc2d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DiDiPrism.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "DiDiPrism"
spec.version = "0.2.3.1"
spec.version = "0.2.4"
spec.summary = "一款专注移动端操作行为的工具"
spec.description = <<-DESC
移动端用户行为分析工具
Expand Down
2 changes: 1 addition & 1 deletion DiDiPrism_Ability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "DiDiPrism_Ability"
spec.version = "0.2.3.1"
spec.version = "0.2.4"
spec.summary = "一款专注移动端操作行为的工具"
spec.description = <<-DESC
移动端用户行为分析工具
Expand Down
3 changes: 2 additions & 1 deletion iOS/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# iOS 使用手册
## 安装说明
```
pod 'DiDiPrism', :subspecs => ['Core', 'WithBehaviorRecord', 'WithBehaviorReplay', 'WithBehaviorDetect', 'WithDataVisualization']
pod 'DiDiPrism'
pod 'DiDiPrism_Ability', :subspecs => ['WithBehaviorRecord', 'WithBehaviorReplay', 'WithBehaviorDetect', 'WithDataVisualization']
// 其中:
// WithBehaviorRecord 为操作采集模块。
Expand Down

0 comments on commit b5fc2d5

Please sign in to comment.