-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathSSegmentRecordingView.podspec
28 lines (24 loc) · 1.07 KB
/
SSegmentRecordingView.podspec
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
#
# Be sure to run `pod lib lint SSegmentRecordingView.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'SSegmentRecordingView'
s.version = '0.1.6'
s.summary = 'View to represent segments of video as Snapchat, Instagram or TikTok camera.'
s.homepage = 'https://github.com/asam139/SSegmentRecordingView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'asam139' => '93sauu@gmail.com' }
s.source = { :git => 'https://github.com/asam139/SSegmentRecordingView.git', :tag => s.version.to_s }
s.swift_version = '5.1'
s.ios.deployment_target = '11.3'
s.source_files = 'SSegmentRecordingView/Classes/**/*'
# s.resource_bundles = {
# 'SSegmentRecordingView' => ['SSegmentRecordingView/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit'
end