diff --git a/WebGFramework.podspec b/WebGFramework.podspec index 54210c4..d07991d 100644 --- a/WebGFramework.podspec +++ b/WebGFramework.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "WebGFramework" - spec.version = "0.0.1" + spec.version = "0.0.2" spec.summary = "A Web Framework with hidden implementation." spec.description = <<-DESC @@ -35,7 +35,8 @@ Pod::Spec.new do |spec| # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - spec.author = { "Rohith" => "rohithvp@hnsonline.com" } + spec.author = "Rohith" + # spec.author = { "Rohith" => "rohithvp@hnsonline.com" } # Or just: spec.author = "Rohith" # spec.authors = { "Rohith" => "rohithvp@hnsonline.com" } # spec.social_media_url = "https://twitter.com/Rohith" @@ -56,7 +57,7 @@ Pod::Spec.new do |spec| # spec.watchos.deployment_target = "2.0" # spec.tvos.deployment_target = "9.0" - spec.ios.vendored_frameworks = 'WebGFramework.framework' + spec.ios.vendored_frameworks = 'UnivWebFrame.xcframework' # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # # @@ -65,7 +66,7 @@ Pod::Spec.new do |spec| # # spec.source = { :git => "https://www.dropbox.com/s/lg7liznfwvfgami/WebFramework.zip?dl=1", :tag => "#{spec.version}" } - spec.source = { :http => "https://www.dropbox.com/s/lg7liznfwvfgami/WebFramework.zip?dl=1" } + spec.source = { :http => "https://www.dropbox.com/s/a44bhwcopkgl2ij/univframework.zip?dl=1" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #