Skip to content

Commit

Permalink
Update RNCCheckbox.podspec (#183)
Browse files Browse the repository at this point in the history
Fix pod issue
  • Loading branch information
billnbell committed Nov 7, 2022
1 parent 78de871 commit 0b03e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RNCCheckbox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/react-native-community/react-native-checkbox.git", :tag => "master" }
s.source_files = "ios/**/*.{h,m}"

s.dependency 'BEMCheckBox', '~> 1.4'
s.dependency "React-Core"

end

0 comments on commit 0b03e71

Please sign in to comment.