Skip to content

Commit

Permalink
docs: 更新 podspec 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Jul 17, 2016
1 parent 4ba80a5 commit 63dc5da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions QSessionDownloader.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Pod::Spec.new do |s|
s.name = 'QSessionDownloader'
s.version = '1.0.0'
s.version = '1.0.1'
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.license = 'MIT'
s.homepage = 'https://github.com/QianChia/QSessionDownloader'
s.authors = 'QianChia': '[email protected]'
s.authors = {'QianChia' => '[email protected]'}
s.summary = 'A simple encapsulation of NSURLSession files to download'
s.source = git: 'https://github.com/QianChia/QSessionDownloader.git', :tag => s.version
s.source = {:git => 'https://github.com/QianChia/QSessionDownloader.git', :tag => s.version}
s.source_files = 'QSessionDownloader'
s.requires_arc = true
end
end

0 comments on commit 63dc5da

Please sign in to comment.