forked from Yummypets/YPImagePicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
YPImagePicker.podspec
19 lines (19 loc) · 938 Bytes
/
YPImagePicker.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'YPImagePicker'
s.version = "5.2.2"
s.summary = "Instagram-like image picker & filters for iOS"
s.homepage = "https://github.com/Yummypets/YPImagePicker"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { 'S4cha' => 'https://twitter.com/sachadso',
'NikeKov' => '[email protected]' }
s.platform = :ios
s.source = { :git => "https://github.com/Yummypets/YPImagePicker.git",
:tag => s.version.to_s }
s.ios.deployment_target = "12.0"
s.source_files = 'Source/**/*.swift'
s.dependency 'SteviaLayout', '= 5.1.2'
s.dependency 'PryntTrimmerView', '= 4.0.2'
s.resources = ['Source/Resources/*', 'Source/**/*.xib']
s.description = "Instagram-like image picker & filters for iOS supporting videos and albums"
s.swift_versions = ['5.0', '5.1', '5.2', '5.3']
end