Skip to content

Commit 2fe08c6

Browse files
author
Rad Azzouz
committed
Removed the branch reference in the podspec
1 parent f8030ce commit 2fe08c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-pspdfkit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = package['license']
1212
s.platform = :ios, "9.0"
1313
s.module_name = 'PSPDFKitReactNativeiOS'
14-
s.source = { :git => "https://github.com/PSPDFKit/react-native", :branch => "rad/podspec" }
14+
s.source = { :git => "https://github.com/PSPDFKit/react-native" }
1515
s.source_files = "ios/*.{xcodeproj}", "ios/RCTPSPDFKit/*.{h,m,swift}", "ios/RCTPSPDFKit/Converters/*.{h,m,swift}"
1616
s.dependency 'React'
1717
s.frameworks = 'UIKit'

0 commit comments

Comments
 (0)