Skip to content

Commit 8dacb02

Browse files
committed
Makes Twitter URL https.
1 parent 208d727 commit 8dacb02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NSObject+Rx.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.homepage = "https://github.com/RxSwiftCommunity/NSObject-Rx"
99
s.license = { :type => "MIT", :file => "LICENSE" }
1010
s.author = { "Ash Furrow" => "ash@ashfurrow.com" }
11-
s.social_media_url = "http://twitter.com/ashfurrow"
11+
s.social_media_url = "https://twitter.com/ashfurrow"
1212

1313
s.ios.deployment_target = '9.0'
1414
s.osx.deployment_target = '10.10'

0 commit comments

Comments
 (0)