-
-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathFMPhotoPicker.podspec
More file actions
15 lines (14 loc) · 780 Bytes
/
FMPhotoPicker.podspec
File metadata and controls
15 lines (14 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@version = "1.3.0"
Pod::Spec.new do |s|
s.name = "FMPhotoPicker"
s.version = @version
s.summary = "A modern, simple and zero-dependency photo picker with an elegant and customizable image editor"
s.homepage = "https://github.com/congnd/FMPhotoPicker"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Cong Nguyen" => "congnd@outlook.com" }
s.ios.deployment_target = '9.0'
s.source = { :git => "https://github.com/congnd/FMPhotoPicker.git", :tag => s.version }
s.source_files = 'Classes', 'FMPhotoPicker/FMPhotoPicker/source/**/*.swift'
s.resources = ['FMPhotoPicker/FMPhotoPicker/source/Assets.xcassets', 'FMPhotoPicker/FMPhotoPicker/source/**/*.xib']
s.swift_version = ["4.2", "5.0"]
end