Skip to content

Commit 3a0d1ff

Browse files
committed
Update podspec
1 parent 84081fa commit 3a0d1ff

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

ILABReverseVideoExporter.podspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "ILABReverseVideoExporter"
3-
s.version = "0.1.0"
3+
s.version = "0.1.1"
44
s.summary = "Utility class for exporting reversed AVAssets. Based on CSVideoReverse by Chris Sung."
55
s.homepage = "https://github.com/interfacelab/ILABReverseVideoExporter"
6-
s.license = { :type => "BSD", :file => "LICENSE" }
6+
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = { "Jon Gilkison" => "jon@interfacelab.com" }
88
s.source = { :git => "https://github.com/interfacelab/ILABReverseVideoExporter.git", :tag => s.version.to_s }
9-
10-
s.platform = :ios, '10.0'
9+
s.ios.deployment_target = '10.0'
1110
s.requires_arc = true
12-
1311
s.source_files = 'Source'
1412
end

0 commit comments

Comments
 (0)