Skip to content

Commit 44408e3

Browse files
author
花菜
committed
修改描述文件
1 parent 582b7f1 commit 44408e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pod "SFWebViewBridge"
2222

2323
## Author
2424

25-
chriscaixx, longjuncai@meifabao.cn
25+
Caiflower, caiflower20@163.com
2626

2727
## License
2828

SFWebViewBridge.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'SFWebViewBridge'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of SFWebViewBridge.'
12+
s.summary = 'WebView 与 JS 交互'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,14 +18,14 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
s.description = <<-DESC
21-
TODO: Add long description of the pod here.
21+
iOS WebView 与 JS 交互
2222
DESC
2323

24-
s.homepage = 'https://github.com/chriscaixx/SFWebViewBridge'
24+
s.homepage = 'https://github.com/Caiflower/SFWebViewBridge.git'
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
27-
s.author = { 'chriscaixx' => 'longjuncai@meifabao.cn' }
28-
s.source = { :git => 'https://github.com/chriscaixx/SFWebViewBridge.git', :tag => s.version.to_s }
27+
s.author = { 'chriscaixx' => 'Caiflower20@163.com' }
28+
s.source = { :git => 'https://github.com/Caiflower/SFWebViewBridge.git', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

3131
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)