Skip to content

Commit a0a6fe0

Browse files
authored
update homepage and source
1 parent dc12879 commit a0a6fe0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Graver.podspec

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "Graver"
3-
s.version = "0.1"
3+
s.version = "1.0.0"
44
s.summary = "Graver for apps within waimai C"
5-
# homepage地址暂时指向内部stash,开源之前改成github公网地址
6-
s.homepage = "http://git.sankuai.com/projects/WM/repos/ios_c_graver/browse"
5+
s.homepage = "https://github.com/meituan-dianping/Graver"
76
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }
8-
s.author = { "chenhang" => "chenhang03@meituan.com", "songyangyang" => "songyangyang03@meituan.com" }
7+
s.author = { "chenhang" => "hangisnice@gmail.com", "songyangyang" => "493912271@qq.com" }
98
s.platform = :ios, "9.0"
10-
# source地址暂时指向内部stash,开源之前改成github公网地址
11-
s.source = { :git => "ssh://[email protected]/wm/ios_c_graver.git", :tag => "#{s.version}" }
9+
s.source = { :git => "https://github.com/meituan-dianping/Graver.git", :tag => "#{s.version}" }
1210
s.source_files = "Graver", "Graver/**/*.{h,m}"
1311
s.preserve_paths = '*.pch'
1412
s.prefix_header_file = 'Graver.pch'

0 commit comments

Comments
 (0)