Skip to content

Commit 4f58e82

Browse files
author
Peyton Randolph
committed
point podspec to the parent repo
1 parent 5ffda09 commit 4f58e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebViewJavascriptBridge.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
88
s.requires_arc = true
9-
s.source = { :git => 'https://github.com/peyton/WebViewJavascriptBridge.git' }
9+
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git' }
1010
s.ios.platform = :ios, '5.0'
1111
s.osx.platform = :osx
1212
s.ios.source_files = 'WebViewJavascriptBridge_iOS/*.{h,m}', 'WebViewJavascriptBridgeAbstract/*.{h,m}'

0 commit comments

Comments
 (0)