diff --git a/QSessionDownloader.podspec b/QSessionDownloader.podspec index 2a6af62..588dfe4 100644 --- a/QSessionDownloader.podspec +++ b/QSessionDownloader.podspec @@ -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': 'jhqian0228@icloud.com' + s.authors = {'QianChia' => 'jhqian0228@icloud.com'} 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 \ No newline at end of file +end