Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hongdong committed May 8, 2018
1 parent 37c3135 commit ed43879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HDNetwork.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'HDNetwork'
s.version = '0.0.1'
s.version = '0.0.3'
s.summary = 'A short description of HDNetwork.'

# This description is used to generate tags and improve search results.
Expand All @@ -23,7 +23,7 @@ HDNetwork对AFHTTPSessionManager进行二次封装,包括网络请求,文件

s.homepage = 'https://github.com/hongdong/HDNetwork'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.license = 'MIT'
s.author = { 'Abnerh' => 'fjhongdong@126.com' }
s.source = { :git => 'https://github.com/hongdong/HDNetwork.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
Expand Down

0 comments on commit ed43879

Please sign in to comment.