Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Commit

Permalink
Update SKWebAPI.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzig authored Jan 27, 2019
1 parent e924cc8 commit decca79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SKWebAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Pod::Spec.new do |s|
s.name = "SKWebAPI"
s.version = "4.1.3"
s.summary = "A Swift library to help make requests to the Slack Web API"
s.homepage = "https://github.com/SlackKit/SKWebAPI"
s.homepage = "https://github.com/pvzig/SKWebAPI"
s.license = 'MIT'
s.author = { "Peter Zignego" => "[email protected]" }
s.source = { :git => "https://github.com/SlackKit/SKWebAPI.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/pvzig/SKWebAPI.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/pvzig'
s.swift_version = '4.0'
s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit decca79

Please sign in to comment.