Skip to content

Commit 18d3de3

Browse files
authored
Merge pull request #1 from sebg82/patch-1
Update WebViewJavascriptBridge.podspec
2 parents b53d144 + 9d44e0d commit 18d3de3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

WebViewJavascriptBridge.podspec

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ Pod::Spec.new do |s|
44
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
55
s.homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
7-
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
7+
s.author = { 'Backelite' => 'apps@backelite.com' }
88
s.requires_arc = true
9-
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git', :tag => 'v'+s.version.to_s }
10-
s.ios.platform = :ios, '5.0'
11-
s.osx.platform = :osx
9+
s.source = { :git => 'https://github.com/Backelite/WebViewJavascriptBridge.git', :tag => 'v'+s.version.to_s }
10+
s.platform = :ios, '5.0'
1211
s.ios.source_files = 'WebViewJavascriptBridge/*.{h,m}'
1312
s.osx.source_files = 'WebViewJavascriptBridge/*.{h,m}'
1413
s.resource = 'WebViewJavascriptBridge/WebViewJavascriptBridge.js.txt'

0 commit comments

Comments
 (0)