Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoIt9 committed Jul 30, 2020
1 parent e782c7c commit a819659
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 JustDoIt9 <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pod 'WKWebViewRTC'

## Author

JustDoIt9, [email protected]
Open Telecom Foundation

## License

Expand Down
12 changes: 6 additions & 6 deletions WKWebViewRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -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/<TWITTER_USERNAME>'

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']
Expand Down

0 comments on commit a819659

Please sign in to comment.