Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 9936cc8

Browse files
committed
Bump Cocoapods 4.0.0
1 parent 38a0aeb commit 9936cc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MagicSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'MagicSDK'
6-
s.version = '3.2.0'
6+
s.version = '4.0.0'
77
s.summary = 'Magic IOS SDK'
88

99
s.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This will make pod file install local dependencies instead of the ones distribut
2020

2121
```ruby
2222
# Distributed Library on Cocoapods
23-
# pod 'MagicSDK', '~> 3.0'
24-
# pod 'MagicExt-OAuth', '~> 0.8'
23+
# pod 'MagicSDK', '~> 4.0'
24+
# pod 'MagicExt-OAuth', '~> 1.0'
2525

2626
# Local development library
2727
pod 'MagicSDK', :path => '../magic-ios/MagicSDK.podspec'

0 commit comments

Comments
 (0)