File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pod "SFWebViewBridge"
22
22
23
23
## Author
24
24
25
- chriscaixx, longjuncai@meifabao.cn
25
+ Caiflower, caiflower20@163.com
26
26
27
27
## License
28
28
Original file line number Diff line number Diff line change 9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SFWebViewBridge'
11
11
s . version = '0.1.0'
12
- s . summary = 'A short description of SFWebViewBridge. '
12
+ s . summary = 'WebView 与 JS 交互 '
13
13
14
14
# This description is used to generate tags and improve search results.
15
15
# * Think: What does it do? Why did you write it? What is the focus?
@@ -18,14 +18,14 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
s . description = <<-DESC
21
- TODO: Add long description of the pod here.
21
+ iOS WebView 与 JS 交互
22
22
DESC
23
23
24
- s . homepage = 'https://github.com/chriscaixx /SFWebViewBridge'
24
+ s . homepage = 'https://github.com/Caiflower /SFWebViewBridge.git '
25
25
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26
26
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 }
29
29
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30
30
31
31
s . ios . deployment_target = '8.0'
You can’t perform that action at this time.
0 commit comments