Skip to content

Commit

Permalink
downgrade to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
a-eid committed Aug 30, 2022
1 parent 033eb89 commit b3e00a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-paymob.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|



s.platforms = { :ios => "12.0" }
s.platforms = { :ios => "10.0" }
s.source = { :git => "https://github.com/a-eid/react-native-paymob.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
Expand All @@ -22,6 +22,6 @@ Pod::Spec.new do |s|
'ios/**/*.h'
]

s.dependency "AcceptCardSDK", '5.4.4'
s.dependency "AcceptCardSDK", '5.4.3'
s.dependency "React-Core"
end

0 comments on commit b3e00a4

Please sign in to comment.