Skip to content

Commit 7d3cb3f

Browse files
author
Rad Azzouz
committed
Beautified the podspec
1 parent 3c69420 commit 7d3cb3f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

react-native-pspdfkit.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ Pod::Spec.new do |s|
77
s.version = package['version']
88
s.summary = "A React Native module for the PSPDFKit library."
99
s.authors = ["PSPDFKit"]
10-
1110
s.homepage = "https://github.com/PSPDFKit/react-native#readme"
1211
s.license = package['license']
1312
s.platform = :ios, "9.0"
1413
s.module_name = 'PSPDFKitReactNativeiOS'
1514
s.source = { :git => "https://github.com/PSPDFKit/react-native", :branch => "rad/podspec" }
16-
s.source_files = "ios/*.{xcodeproj}", "ios/RCTPSPDFKit/*.{h,m,swift}", "ios/RCTPSPDFKit/Converters/*.{h,m,swift}"
17-
15+
s.source_files = "ios/*.{xcodeproj}", "ios/RCTPSPDFKit/*.{h,m,swift}", "ios/RCTPSPDFKit/Converters/*.{h,m,swift}"
1816
s.dependency 'React'
1917
s.frameworks = 'UIKit'
2018
end

0 commit comments

Comments
 (0)