File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ Pod::Spec.new do |s|
1515 s . author = { 'Realm' => 'realm-help@mongodb.com' }
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' ,
Original file line number Diff line number Diff 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' => 'realm-help@mongodb.com' }
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'
You can’t perform that action at this time.
0 commit comments