Skip to content

Commit da2b99a

Browse files
author
Rad Azzouz
committed
renamed s.name in the podspec
1 parent 55c17b4 commit da2b99a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

react-native-pspdfkit.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'json'
33
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
44

55
Pod::Spec.new do |s|
6-
s.name = "PSPDFKitReactNativeiOS"
6+
s.name = "react-native-pspdfkit"
77
s.version = package['version']
88
s.summary = "A React Native module for the PSPDFKit library."
99
s.authors = ["PSPDFKit"]
@@ -16,7 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/*.{xcodeproj}", "ios/RCTPSPDFKit/*.{h,m,swift}", "ios/RCTPSPDFKit/Converters/*.{h,m,swift}"
1717

1818
s.dependency 'React'
19-
s.dependency 'PSPDFKit.framework'
20-
s.frameworks = 'UIKit', 'PSPDFKit.framework'
21-
s.vendored_frameworks = 'PSPDFKit.framework'
19+
s.frameworks = 'UIKit'
2220
end

0 commit comments

Comments
 (0)