Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan committed Jun 28, 2019
1 parent cb5f0fe commit 1824bf8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Just.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Pod::Spec.new do |s|

s.name = "Just"
Expand Down Expand Up @@ -28,7 +27,7 @@ Pod::Spec.new do |s|

s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "Daniel Duan" => "[email protected]" }
s.social_media_url = "https://twitter.com/JustHTTP"
s.social_media_url = "https://twitter.com/daniel_duan"

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
Expand All @@ -41,6 +40,4 @@ Pod::Spec.new do |s|
}

s.source_files = "Just", "Sources/**/*.{swift}"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
s.swift_version = '4.2'
end

0 comments on commit 1824bf8

Please sign in to comment.