[device_info] Fix pod lint warnings (#2676)

diff --git a/packages/device_info/CHANGELOG.md b/packages/device_info/CHANGELOG.md
index c6f8fb2..8e6ce96 100644
--- a/packages/device_info/CHANGELOG.md
+++ b/packages/device_info/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.4.2+2
+
+* Fix CocoaPods podspec lint warnings.
+
 ## 0.4.2+1
 
 * Bump the minimum Flutter version to 1.12.13+hotfix.5.
diff --git a/packages/device_info/ios/device_info.podspec b/packages/device_info/ios/device_info.podspec
index 47597e0..1d1baa4 100644
--- a/packages/device_info/ios/device_info.podspec
+++ b/packages/device_info/ios/device_info.podspec
@@ -4,14 +4,16 @@
 Pod::Spec.new do |s|
   s.name             = 'device_info'
   s.version          = '0.0.1'
-  s.summary          = 'A new flutter plugin project.'
+  s.summary          = 'Flutter Device Info'
   s.description      = <<-DESC
-A new flutter plugin project.
+Get current device information from within the Flutter application.
+Downloaded by pub (not CocoaPods).
                        DESC
-  s.homepage         = 'http://example.com'
-  s.license          = { :file => '../LICENSE' }
-  s.author           = { 'Your Company' => 'email@example.com' }
-  s.source           = { :path => '.' }
+  s.homepage         = 'https://github.com/flutter/plugins'
+  s.license          = { :type => 'BSD', :file => '../LICENSE' }
+  s.author           = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
+  s.source           = { :http => 'https://github.com/flutter/plugins/tree/master/packages/device_info' }
+  s.documentation_url = 'https://pub.dev/packages/device_info'
   s.source_files = 'Classes/**/*'
   s.public_header_files = 'Classes/**/*.h'
   s.dependency 'Flutter'
diff --git a/packages/device_info/pubspec.yaml b/packages/device_info/pubspec.yaml
index 0769f98..6b2c455 100644
--- a/packages/device_info/pubspec.yaml
+++ b/packages/device_info/pubspec.yaml
@@ -2,7 +2,7 @@
 description: Flutter plugin providing detailed information about the device
   (make, model, etc.), and Android or iOS version the app is running on.
 homepage: https://github.com/flutter/plugins/tree/master/packages/device_info
-version: 0.4.2+1
+version: 0.4.2+2
 
 flutter:
   plugin: