Skip to content

Commit

Permalink
add new framework with push statistic improved
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMiticon committed Aug 31, 2022
1 parent 74585c3 commit ab79f03
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion MappSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MappSDK"
s.version = "6.0.5.2"
s.version = "6.0.6"
s.cocoapods_version = '>= 1.10'
s.summary = "Mapp SDK enables developers to harnest the full power of Mapp Engage Platform on their iOS applications."
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ end

```ruby
target 'project_name' do
pod 'MappSDK', :git => 'https://github.com/MappCloud/MappSDK.git', :tag => '6.0.5'
pod 'MappSDK', :git => 'https://github.com/MappCloud/MappSDK.git', :tag => '6.0.6'
end
```

Expand Down
Binary file added SDK/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

typedef NS_ENUM(NSInteger, SERVER) {
L3,
L3_US,
EMC,
EMC_US,
CROC,
Expand Down
Binary file modified SDK/AppoxeeSDK.xcframework/ios-arm64_armv7/libAppoxeeSDK.a
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

typedef NS_ENUM(NSInteger, SERVER) {
L3,
L3_US,
EMC,
EMC_US,
CROC,
Expand Down
Binary file not shown.

0 comments on commit ab79f03

Please sign in to comment.