diff --git a/dsBridge.podspec b/dsBridge.podspec index 3e2c8d4..9d2b7fe 100644 --- a/dsBridge.podspec +++ b/dsBridge.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "dsBridge" - s.version = "2.0.2" + s.version = "2.0.4" s.summary = "An ios bridge for calling functions synchronously and asynchronously between JavaScript and Object-C in WKWebView/UIWebView" # This description is used to generate tags and improve search results. @@ -117,7 +117,7 @@ Pod::Spec.new do |s| # the lib prefix of their name. # - # s.framework = "UIKit","JavaScriptCore" + s.framework = "UIKit","JavaScriptCore" # s.frameworks = "SomeFramework", "AnotherFramework" # s.library = "iconv"