forked from zq54zquan/ELHeaderView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathELHeaderView.podspec
More file actions
27 lines (18 loc) · 876 Bytes
/
ELHeaderView.podspec
File metadata and controls
27 lines (18 loc) · 876 Bytes
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
Pod::Spec.new do |s|
s.name = "ELHeaderView"
s.version = "0.0.1"
s.summary = "网易新闻中订阅的Header."
s.description = <<-DESC
网易新闻中订阅的Header, 自定义背景图片, Title,SubTitle, Logo
DESC
s.homepage = "https://github.com/zq54zquan/ELHeaderView"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "Gabriel" => "zq54zquan@gmail.com" }
s.social_media_url = "http://weibo.com/712306349/home"
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/zq54zquan/ELHeaderView.git",:commit => 'a114f4c7d7ee29dd0a4e9fbed1a17df257e31328'}
s.source_files = 'NetEasyLikeNavigation/elNav/*.{h,m}'
s.requires_arc = true
s.dependency 'SDWebImage', '~> 3.5.2'
end