-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuickMobileTextField.podspec
More file actions
25 lines (22 loc) · 1.31 KB
/
QuickMobileTextField.podspec
File metadata and controls
25 lines (22 loc) · 1.31 KB
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
Pod::Spec.new do |s|
s.name = "QuickMobileTextField"
s.version = "1.0.7"
s.summary = "A Chinese mainland area mobile phone number input textfield. 中国大陆地区手机号码输入文本框。"
s.description = <<-DESC
A Chinese mainland area mobile phone number input textfield. 快速集成一个中国大陆地区手机号码输入文本框。
DESC
s.homepage = "https://github.com/pcjbird/QuickMobileTextField"
s.license = 'MIT'
s.author = {"pcjbird" => "pcjbird@hotmail.com"}
s.source = {:git => "https://github.com/pcjbird/QuickMobileTextField.git", :tag => s.version.to_s}
s.social_media_url = 'http://www.lessney.com'
s.requires_arc = true
s.documentation_url = 'https://github.com/pcjbird/QuickMobileTextField/blob/master/README.md'
s.screenshot = 'https://github.com/pcjbird/QuickMobileTextField/blob/master/logo.png'
s.platform = :ios, '8.0'
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics'
#s.preserve_paths = ''
s.source_files = 'QuickMobileTextField/*.{h,m}'
s.public_header_files = 'QuickMobileTextField/QuickMobileTextField.h','QuickMobileTextField/QuickMaterialMobileTextField.h'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
end