Skip to content

Commit

Permalink
update homepage and source
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsyy authored Dec 18, 2018
1 parent dc12879 commit a0a6fe0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Graver.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
Pod::Spec.new do |s|
s.name = "Graver"
s.version = "0.1"
s.version = "1.0.0"
s.summary = "Graver for apps within waimai C"
# homepage地址暂时指向内部stash,开源之前改成github公网地址
s.homepage = "http://git.sankuai.com/projects/WM/repos/ios_c_graver/browse"
s.homepage = "https://github.com/meituan-dianping/Graver"
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }
s.author = { "chenhang" => "chenhang03@meituan.com", "songyangyang" => "songyangyang03@meituan.com" }
s.author = { "chenhang" => "hangisnice@gmail.com", "songyangyang" => "493912271@qq.com" }
s.platform = :ios, "9.0"
# source地址暂时指向内部stash,开源之前改成github公网地址
s.source = { :git => "ssh://[email protected]/wm/ios_c_graver.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/meituan-dianping/Graver.git", :tag => "#{s.version}" }
s.source_files = "Graver", "Graver/**/*.{h,m}"
s.preserve_paths = '*.pch'
s.prefix_header_file = 'Graver.pch'
Expand Down

0 comments on commit a0a6fe0

Please sign in to comment.