File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Graver"
3
- s . version = "0.1 "
3
+ s . version = "1.0.0 "
4
4
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"
7
6
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" }
9
8
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 } " }
12
10
s . source_files = "Graver" , "Graver/**/*.{h,m}"
13
11
s . preserve_paths = '*.pch'
14
12
s . prefix_header_file = 'Graver.pch'
You can’t perform that action at this time.
0 commit comments