Skip to content

Commit

Permalink
Don't use Hash#dig which is only available in 2.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Oct 24, 2016
1 parent 9109fa8 commit 4713e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-ux-cam.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.homepage = package[:homepage]
s.authors = package[:contributors].flat_map { |author| { author[:name] => author[:email] } }
s.summary = package[:description]
s.source = { git: package.dig(:repository, :url) }
s.source = { git: package[:repository][:url] }
s.source_files = "ios/*"
s.platform = :ios, "8.0"

Expand Down

0 comments on commit 4713e77

Please sign in to comment.