File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ Pod::Spec.new do |s|
4
4
s . summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
5
5
s . homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
7
- s . author = { 'marcuswestin ' => 'marcus.westin@gmail .com' }
7
+ s . author = { 'Backelite ' => 'apps@backelite .com' }
8
8
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'
12
11
s . ios . source_files = 'WebViewJavascriptBridge/*.{h,m}'
13
12
s . osx . source_files = 'WebViewJavascriptBridge/*.{h,m}'
14
13
s . resource = 'WebViewJavascriptBridge/WebViewJavascriptBridge.js.txt'
You can’t perform that action at this time.
0 commit comments