File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Pod::Spec.new do |s|
4
4
s . osx . deployment_target = '10.12'
5
5
s . tvos . deployment_target = '10.0'
6
6
s . watchos . deployment_target = '3.0'
7
- s . version = '0.1.1 '
8
- s . source = { :git => 'https://github.com/apivideo/api.video-ios-uploader' , :tag => 'v0.1.1 ' }
7
+ s . version = '0.1.2 '
8
+ s . source = { :git => 'https://github.com/apivideo/api.video-ios-uploader' , :tag => 'v0.1.2 ' }
9
9
s . authors = { 'Ecosystem Team' => 'ecosystem@api.video' }
10
10
s . license = { :type => 'MIT' }
11
11
s . homepage = 'https://docs.api.video'
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All changes to this project will be documented in this file.
3
3
4
+ ## [ 0.1.2] - 2021-12-14
5
+ - Set protocol for progressive upload session visibility to public
6
+
4
7
## [ 0.1.1] - 2021-12-14
5
8
- Add a protocol for progressive upload session
6
9
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ It allows you to upload videos in two ways:
39
39
Specify it in your ` Cartfile ` :
40
40
41
41
```
42
- github "apivideo/api.video-ios-uploader" ~> 0.1.1
42
+ github "apivideo/api.video-ios-uploader" ~> 0.1.2
43
43
```
44
44
45
45
Run ` carthage update `
46
46
47
47
### CocoaPods
48
48
49
- Add ` pod 'ApiVideoUploader', '0.1.1 ' ` in your ` Podfile `
49
+ Add ` pod 'ApiVideoUploader', '0.1.2 ' ` in your ` Podfile `
50
50
51
51
Run ` pod install `
52
52
Original file line number Diff line number Diff line change 7
7
sources : [Sources]
8
8
info :
9
9
path : ./Info.plist
10
- version : 0.1.1
10
+ version : 0.1.2
11
11
settings :
12
12
APPLICATION_EXTENSION_API_ONLY : true
13
13
scheme : {}
You can’t perform that action at this time.
0 commit comments