-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathAGImageControls.podspec
32 lines (26 loc) · 1.08 KB
/
AGImageControls.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
29
30
31
32
#
# Be sure to run `pod lib lint AGImageControls.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 http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'AGImageControls'
s.version = '0.1.7'
s.platform = :ios, '9.0'
s.summary = 'A short description of AGImageControls.'
s.description = <<-DESC
TODO: Add long description of the pod here.
DESC
s.homepage = 'https://github.com/agilie/AGImageControls'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Agilie' => '[email protected]' }
s.source = { :git => 'https://github.com/agilie/AGImageControls.git', :tag => '0.1.7' }
s.ios.deployment_target = '9.0'
#s.requires_arc = true
s.source_files = 'AGImageControls/Classes/**/*.{swift,metal}'
s.resource_bundles = {
'AGImageControls' => ['AGImageControls/Assets/Fonts/*.ttf', 'AGImageControls/Assets/Images/*.png', 'AGImageControls/Assets/Images/*.pdf']
}
end