Skip to content

Commit

Permalink
Merge pull request #38 from emartech/MV-190-RN-Wrapper-migrate-to-SDK…
Browse files Browse the repository at this point in the history
…-3.0.0

chore: update ios podspec to 1.4.0
  • Loading branch information
eduzatoni authored Aug 5, 2021
2 parents 1bc885f + 55f9541 commit 7038942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNEmarsysWrapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "[email protected]" }
s.platform = :ios, "11.0"
s.source = { :git => "https://[email protected]/emartech/react-native-emarsys-sdk.git", :tag => "master" }
s.source = { :git => "https://[email protected]/emartech/react-native-emarsys-sdk.git", :tag => "1.4.0" }
s.source_files = "ios/*.{h,m}"
s.requires_arc = true
s.dependency "React", ">= 0.60.0"
Expand Down

0 comments on commit 7038942

Please sign in to comment.