-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHQAlertViewController.podspec
More file actions
22 lines (20 loc) · 928 Bytes
/
Copy pathHQAlertViewController.podspec
File metadata and controls
22 lines (20 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version = "0.0.2";
Pod::Spec.new do |s|
s.name = "HQAlertViewController"
s.version = version
s.summary = "an alertView used in register"
s.description = <<-DESC
a simple alertView common used in register.
DESC
s.homepage = "https://github.com/huiqiangdev/HQAlertViewController"
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, "7.0"
s.ios.deployment_target = "7.0"
s.requires_arc = true
s.framework = "UIKit"
s.source = { :git => "https://github.com/huiqiangdev/HQAlertViewController.git", :tag => "#{s.version}" }
s.source_files = "HQAlertViewController", "HQAlertViewController/*.{h}","HQAlertViewController/**/*.{h,m}"
#s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
s.dependency "Masonry"
end