File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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'
1313end
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Add the following to your `Package.swift`:
3636
3737``` swift
3838dependencies: [
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
You can’t perform that action at this time.
0 commit comments