Skip to content

Commit

Permalink
update cocoapods tags
Browse files Browse the repository at this point in the history
  • Loading branch information
qtdc1229 committed Nov 4, 2019
1 parent b7b5007 commit d9108e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AoE.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/didi/aoe/'
s.license = { :type => 'Apache', :file => 'LICENSE' }
s.author = { 'dingc' => '[email protected]' }
s.source = { :git => "https://github.com/didi/AoE.git", :tag => "v1.1.0-alpha01" }
s.source = { :git => "https://github.com/didi/AoE.git", :tag => s.version.to_s }

s.prefix_header_file = false
s.default_subspec = 'Loader'
Expand Down

0 comments on commit d9108e8

Please sign in to comment.