Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 1824bf8

Browse files
committed
Update Podspec
1 parent cb5f0fe commit 1824bf8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Just.podspec

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Pod::Spec.new do |s|
32

43
s.name = "Just"
@@ -28,7 +27,7 @@ Pod::Spec.new do |s|
2827

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

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

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

0 commit comments

Comments
 (0)