Skip to content

Commit 2379da7

Browse files
authored
[espresso] Fix pod lint warnings (flutter#2679)
1 parent 1556d00 commit 2379da7

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

packages/espresso/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.0.1+5
22

33
* Replace deprecated `getFlutterEngine` call on Android.
4+
* Fix CocoaPods podspec lint warnings.
45

56
## 0.0.1+4
67

packages/espresso/ios/espresso.podspec

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@
55
Pod::Spec.new do |s|
66
s.name = 'espresso'
77
s.version = '0.0.1'
8-
s.summary = 'A new flutter plugin project.'
8+
s.summary = 'Flutter Espresso'
99
s.description = <<-DESC
10-
A new flutter plugin project.
10+
Provides bindings for Espresso tests of Flutter apps.
11+
Downloaded by pub (not CocoaPods).
1112
DESC
12-
s.homepage = 'http://example.com'
13-
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => 'email@example.com' }
15-
s.source = { :path => '.' }
13+
s.homepage = 'https://github.com/flutter/plugins'
14+
s.license = { :type => 'BSD', :file => '../LICENSE' }
15+
s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
16+
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/espresso' }
17+
s.documentation_url = 'https://pub.dev/packages/espresso'
1618
s.source_files = 'Classes/**/*'
1719
s.public_header_files = 'Classes/**/*.h'
1820
s.dependency 'Flutter'

0 commit comments

Comments
 (0)