Skip to content

Commit

Permalink
Update podspec to match the new package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Aug 22, 2017
1 parent ea535b1 commit 9e36404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-native-ux-cam.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ package = JSON.parse(json).deep_symbolize_keys
Pod::Spec.new do |s|
s.name = package[:name]
s.version = package[:version]
s.summary = package[:description]
s.license = { type: "MIT" }
s.author = package[:author]
s.homepage = package[:homepage]
s.authors = package[:contributors].flat_map { |author| { author[:name] => author[:email] } }
s.summary = package[:description]
s.source = { git: package[:repository][:url] }
s.source = { git: package[:repository] }
s.source_files = "ios/*"
s.platform = :ios, "8.0"

Expand Down

0 comments on commit 9e36404

Please sign in to comment.