-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVideoThumbnailSelectionView.podspec
More file actions
29 lines (19 loc) · 1.03 KB
/
VideoThumbnailSelectionView.podspec
File metadata and controls
29 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |s|
s.name = "VideoThumbnailSelectionView"
s.version = "0.1.1"
s.summary = "Easy drag and drop library for Instagram like video thumbnail selection."
s.description = <<-DESC
This library is a drag and drop component for easy video thumbnail selection that is
similar to Instagram's video cover selection. I am currently using this component
actively in a project.
DESC
s.homepage = "https://github.com/sarpsolakoglu/VideoThumbnailSelectionView"
s.license = "MIT"
s.author = { "Sarp Ogulcan Solakoglu" => "sosolakoglu@gmail.com" }
s.social_media_url = "http://twitter.com/sarpsolakoglu"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/sarpsolakoglu/VideoThumbnailSelectionView.git", :tag => "0.1.1" }
s.source_files = "VideoThumbnailSelectionView/*.{swift}"
s.resources = "VideoThumbnailSelectionView/*.{xib}"
s.frameworks = "UIKit", "AVFoundation"
end