-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPopupOverlayer.podspec
More file actions
21 lines (21 loc) · 907 Bytes
/
PopupOverlayer.podspec
File metadata and controls
21 lines (21 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'PopupOverlayer'
s.version = '1.0.0'
s.summary = 'A short description of ].'
s.description = <<-DESC
A longer description of PopupOverlayer in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC
s.homepage = 'https://github.com/MarkeJave/PopupOverlayer'
s.license = 'MIT'
s.author = { 'MarkeJave' => '308865427@qq.com' }
s.source = { :git => 'https://github.com/MarkeJave/PopupOverlayer.git', :tag => s.version.to_s }
s.source_files = 'PopupOverlayer/**/*.{h,m}'
s.requires_arc = true
s.frameworks ='Foundation','UIKit'
s.platform = :ios
s.ios.deployment_target = '7.0'
end