-
Notifications
You must be signed in to change notification settings - Fork 2
/
ScrapingKit.podspec
33 lines (23 loc) · 2.06 KB
/
ScrapingKit.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
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "ScrapingKit"
s.version = "0.0.1"
s.summary = "ScrapingKit <(^_^;)"
s.description = <<-DESC
blah blah blah blah blah blah blah.
DESC
s.homepage = "https://github.com/hisui/scrapingkit"
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.license = { :type => "MIT", :file => "LICENSE.txt" }
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.author = { "shun" => "[email protected]" }
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "5.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/hisui/scrapingkit.git", :tag => "0.0.1" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "ScrapingKit", "ScrapingKit/**/*.{h,hpp,c,cpp,m,mm}"
s.public_header_files = "ScrapingKit/**/*.{h,hpp}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.requires_arc = true
end