Skip to content

Commit

Permalink
chore: update ios podspec to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduzatoni committed Aug 5, 2021
1 parent 3d0bbfa commit 55f9541
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 55f9541

Please sign in to comment.