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