Skip to content

Commit

Permalink
Merge pull request #13 from danseethaler/patch-1
Browse files Browse the repository at this point in the history
Add homepage attribute to podspec
  • Loading branch information
magrinj authored Nov 2, 2019
2 parents f993d77 + 9eae3b2 commit 17cf5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNAppStoreReview.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.description = <<-DESC
Rate on app store inside your app
DESC
s.homepage = ""
s.homepage = "https://github.com/magrinj/react-native-app-store-review"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "jeremy.magrin@gmail.com" }
Expand Down

0 comments on commit 17cf5f6

Please sign in to comment.