forked from tus/TUSKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTUSKit.podspec
More file actions
18 lines (15 loc) · 686 Bytes
/
Copy pathTUSKit.podspec
File metadata and controls
18 lines (15 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "TUSKit"
s.version = "1.0.0"
s.summary = "An iOS implementation of the tus resumable video upload protocol."
s.description = <<-DESC
An iOS implementation of the tus resumable video upload protocol.
DESC
s.homepage = "https://github.com/tus/tus-ios-client"
s.license = 'MIT'
s.author = { "Michael Avila" => "me@michaelavila.com" }
s.source = { :git => "https://github.com/tus/tus-ios-client.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
end