-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSXPopMenu.podspec
39 lines (25 loc) · 1.09 KB
/
SXPopMenu.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
37
38
39
Pod::Spec.new do |s|
s.name = "SXPopMenu"
s.version = "1.2.0"
s.summary = "you can create a PopMenu for you app"
#s.description = <<-DESC
# DESC
s.homepage = "https://github.com/poos/SXPopMenu"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = 'MIT'
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "xiaoR" => "[email protected]" }
# Or just: s.author = "iShown"
# s.social_media_url = "http://twitter.com/iShown"
s.platform = :ios, "7.1"
s.source = { :git => "https://github.com/poos/SXPopMenu.git", :tag => s.version.to_s }
s.source_files = "SXPopMenu/**/*.{h,m}"
#s.exclude_files = "Classes/Exclude"
# s.public_header_files = "Classes/**/*.h"
# s.resource = "icon.png"
# s.resources = "Resources/*.png"
# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
s.requires_arc = true
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "SDWebImage", "~> 3.8"
end