diff --git a/LICENSE b/LICENSE index 947aad7..149dcb5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020 JustDoIt9 +Copyright (c) 2020 Open Telecom Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5048eff..d0f8b3b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pod 'WKWebViewRTC' ## Author -JustDoIt9, twinkle999@hotmail.com +Open Telecom Foundation ## License diff --git a/WKWebViewRTC.podspec b/WKWebViewRTC.podspec index 74a84a5..ce797e8 100644 --- a/WKWebViewRTC.podspec +++ b/WKWebViewRTC.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WKWebViewRTC' s.version = '0.1.0' - s.summary = 'A short description of WKWebViewRTC.' + s.summary = 'WebRTC library for WKWebView for Swift on iOS' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -18,20 +18,20 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -TODO: Add long description of the pod here. + WebRTC library for WKWebView for Swift on iOS (based on cordova-plugin-iosrtc: https://github.com/cordova-rtc/cordova-plugin-iosrtc) DESC - s.homepage = 'https://github.com/JustDoIt9/WKWebViewRTC' + s.homepage = 'https://github.com/OpenTelecom/WKWebViewRTC' # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'JustDoIt9' => 'twinkle999@hotmail.com' } - s.source = { :git => 'https://github.com/JustDoIt9/WKWebViewRTC.git', :tag => s.version.to_s } + s.author = { 'OpenTelecom' => 'contact@OpenTele.com' } + s.source = { :git => 'https://github.com/OpenTelecom/WKWebViewRTC.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.swift_version = '4.2' s.ios.deployment_target = '11.0' - s.source_files = 'WKWebViewRTC/Classes/**/*', 'WKWebViewRTC/Js/**/*.js' + s.source_files = 'WKWebViewRTC/Classes/**/*' s.resources = 'WKWebViewRTC/Js/jsWKWebViewRTC.js' # s.resource_bundles = { # 'WKWebViewRTC' => ['WKWebViewRTC/Js/jsWKWebViewRTC.js']