- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebparser.podspec
More file actions
Latest commit
22 lines (18 loc) · 902 Bytes
/
Copy pathwebparser.podspec
File metadata and controls
22 lines (18 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.newdo |s|
s.name="webparser"
s.version="1.0.0"
s.summary="A web parser for iOS."
s.description="A web parser for iOS used to parse a particular div or classs"
s.homepage="https://github.com/michan18/webparser.git"
s.license="MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author={"Cherian Danny Joseph"=>"cheriandanny@gmail.com"}
s.platform=:ios,"8.0"
s.source={:git=>"https://github.com/michan18/webparser.git",:tag=>"#{s.version}"}
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
s.source_files="Source"
s.framework="UIKit"
s.dependency'Kanna','~> 4.0.0'
s.requires_arc=true
end