We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4728b commit 886df73Copy full SHA for 886df73
ios/RNReactNativeCloudPaymentsSdk.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.license = "MIT"
8
s.author = { "author" => "[email protected]" }
9
s.platform = :ios, "9.0"
10
- s.source = :git => "https://github.com/alexeyz-PE/react-native-cloud-payments-sdk.git"
+ s.source = { :git => "https://github.com/alexeyz-PE/react-native-cloud-payments-sdk.git", :tag => "v" }
11
s.source_files = "RNReactNativeCloudPaymentsSdk"
12
s.requires_arc = true
13
0 commit comments