Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MMasterson committed May 4, 2020
1 parent b8de558 commit 7deba89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TUSKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'TUSKit'
s.version = 'swift-v0.1.0.alpha'
s.version = '2.0.0.alpha'
s.summary = 'A rewrite of TUSKit, in Swift'

# This description is used to generate tags and improve search results.
Expand All @@ -21,11 +21,11 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here.
DESC

s.homepage = 'https://github.com/mmasterson/TUSKit'
s.homepage = 'https://github.com/tus/tus-ios-client'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Mark Masterson' => '[email protected]' }
s.source = { :git => 'https://github.com/mmasterson/TUSKit.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/tus/tus-ios-client.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 7deba89

Please sign in to comment.