Skip to content

Commit b452672

Browse files
committed
updates
1 parent a585b66 commit b452672

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

NextLevelSessionExporter.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'NextLevelSessionExporter'
3-
s.version = '0.4.7'
3+
s.version = '1.0.1'
44
s.license = 'MIT'
55
s.summary = 'Export and transcode media in Swift'
66
s.homepage = 'https://github.com/nextlevel/NextLevelSessionExporter'
77
s.authors = { 'patrick piemonte' => 'patrick.piemonte@gmail.com' }
88
s.source = { :git => 'https://github.com/nextlevel/NextLevelSessionExporter.git', :tag => s.version }
9-
s.ios.deployment_target = '13.0'
9+
s.ios.deployment_target = '15.0'
1010
s.source_files = 'Sources/*.swift'
1111
s.requires_arc = true
12-
s.swift_version = '5.0'
12+
s.swift_version = '6.0'
1313
end

NextLevelSessionExporter/Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

NextLevelSessionExporter/SessionExporter/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>LSRequiresIPhoneOS</key>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add the following to your `Package.swift`:
3636

3737
```swift
3838
dependencies: [
39-
.package(url: "https://github.com/nextlevel/NextLevelSessionExporter", from: "1.0.0")
39+
.package(url: "https://github.com/nextlevel/NextLevelSessionExporter", from: "1.0.1")
4040
]
4141
```
4242

@@ -45,7 +45,7 @@ Or add it directly in Xcode: **File → Add Package Dependencies...**
4545
### CocoaPods
4646

4747
```ruby
48-
pod "NextLevelSessionExporter", "~> 1.0.0"
48+
pod "NextLevelSessionExporter", "~> 1.0.1"
4949
```
5050

5151
### Manual Integration

0 commit comments

Comments
 (0)