forked from corin8823/Popover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPopover.podspec
More file actions
19 lines (17 loc) · 774 Bytes
/
Popover.podspec
File metadata and controls
19 lines (17 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "Popover"
s.version = "1.0.6"
s.summary = "Popover is a balloon library like facebook app. It is written in pure swift."
s.homepage = "https://github.com/corin8823"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "corin8823" => "yusuke.t88@gmail.com" }
s.source = { :git => "https://github.com/corin8823/Popover.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/corin8823'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Classes/*.swift'
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0',
}
end