Skip to content

Commit 9f89d33

Browse files
committed
Remove dead links from podspecs
1 parent 8d92fef commit 9f89d33

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Realm.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Pod::Spec.new do |s|
1515
s.author = { 'Realm' => '[email protected]' }
1616
s.library = 'c++', 'z', 'compression'
1717
s.requires_arc = true
18-
s.social_media_url = 'https://twitter.com/realm'
19-
s.documentation_url = "https://docs.mongodb.com/realm/sdk/swift"
2018
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
2119

2220
public_header_files = 'include/Realm.h',

RealmSwift.podspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Pod::Spec.new do |s|
1313
s.source = { :git => 'https://github.com/realm/realm-swift.git', :tag => "v#{s.version}" }
1414
s.author = { 'Realm' => '[email protected]' }
1515
s.requires_arc = true
16-
s.social_media_url = 'https://twitter.com/realm'
17-
s.documentation_url = "https://docs.mongodb.com/realm/sdk/swift"
1816
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
1917
s.ios.deployment_target = '12.0'
2018
s.osx.deployment_target = '10.13'

0 commit comments

Comments
 (0)