File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 11* @ parfeon @ CraigLn
2- README.md @ techwritermat
2+ README.md @ crimsonred @ techwritermat
3+ .pubnub.yml @ crimsonred @ techwritermat
Original file line number Diff line number Diff line change 11{
22 ".pubnub.yml" : [
3- { "pattern" : " ^version: \" (.+)\" $" , "cleared" : true }
3+ { "pattern" : " ^version: \" (.+)\" $" , "cleared" : true },
4+ { "pattern" : " \/ refs\/ tags\/ ((\\ d+\\ .?){2,}(-[a-zA-Z]+(.\\ d+)?)?)\\ .zip" , "cleared" : false }
45 ],
56 "PubNubSwift.podspec" : [
67 { "pattern" : " s.version.+'(.+)'" , "cleared" : true }
Original file line number Diff line number Diff line change @@ -304,6 +304,9 @@ changelog:
304304 date : 2019-08-23
305305 version : v1.0.0
306306features :
307+ access :
308+ - ACCESS-PARSE-TOKEN
309+ - ACCESS-SET-TOKEN
307310 channel-groups :
308311 - CHANNEL-GROUPS-ADD-CHANNELS
309312 - CHANNEL-GROUPS-REMOVE-CHANNELS
@@ -414,9 +417,9 @@ sdks:
414417 documentation : https://www.pubnub.com/docs/sdks/swift
415418 distributions :
416419 - distribution-type : source
417- distribution-repository : GitHub
418- package-name : PubNub Swift SDK
419- location : https://github.com/pubnub/swift
420+ distribution-repository : GitHub release
421+ package-name : PubNub
422+ location : https://github.com/pubnub/swift/archive/refs/tags/4.1.0.zip
420423 supported-platforms :
421424 supported-operating-systems :
422425 macOS :
@@ -465,6 +468,15 @@ sdks:
465468 - arm64_32
466469 target-devices :
467470 - Apple Watch
471+ - artifact-type : package
472+ language : Swift
473+ tier : 1
474+ tags :
475+ - Desktop
476+ - Mobile
477+ source-repository : https://github.com/pubnub/swift
478+ documentation : https://www.pubnub.com/docs/sdks/swift
479+ distributions :
468480 - distribution-type : package
469481 distribution-repository : Swift Package
470482 package-name : PubNub
You can’t perform that action at this time.
0 commit comments