diff --git a/Just.podspec b/Just.podspec index f11586d..4279b84 100644 --- a/Just.podspec +++ b/Just.podspec @@ -1,4 +1,3 @@ - Pod::Spec.new do |s| s.name = "Just" @@ -28,7 +27,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE.md" } s.author = { "Daniel Duan" => "daniel@duan.ca" } - 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" @@ -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