-
Notifications
You must be signed in to change notification settings - Fork 3
/
XYZAlert.podspec
36 lines (26 loc) · 1.1 KB
/
XYZAlert.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
33
34
35
36
#
# Be sure to run `pod lib lint XYZAd.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 = 'XYZAlert'
s.version = '1.1.8'
s.summary = 'XYZAlert...'
s.description = <<-DESC
XYZAlert Description...
DESC
s.homepage = 'https://github.com/DFTT'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'XYZAlert' => 'lidong@021.com' }
s.source = { :git => 'https://github.com/DFTT/XYZAlertView.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.frameworks = 'Foundation', 'UIKit'
# s.user_target_xcconfig = {'OTHER_LDFLAGS' => ['-lObjC']}
# s.pod_target_xcconfig = {'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
s.requires_arc = true
s.source_files = 'XYZAlert/Classes/**/*.{h,m}'
s.public_header_files = 'XYZAlert/Classes/**/*.{h}'
end