Skip to content

Commit 332774c

Browse files
jordanyakerjainkuniya
authored andcommitted
fix: podspec file to match the expections of Cocoapods.
In 5e6cec3 this file got added, and at that time we missed renaming/modifying it. A Podspec file, or Spec, describes a version of a Pod library. It includes details about where the source files are located, which files to use, the build settings to apply, dependencies, frameworks used and other general metadata such as the name, version and description for the Pod.
1 parent ce87e85 commit 332774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = package['homepage']
1313
s.platform = :ios, "9.0"
1414

15-
s.source = { :git => "https://github.com/react-native-community/react-native-picker.git", :tag => "#{s.version}" }
15+
s.source = { :git => "https://github.com/react-native-community/react-native-picker.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717

1818
s.dependency 'React'

0 commit comments

Comments
 (0)