mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 15:15:16 +00:00
Make MapKit a weak framework
This commit is contained in:
@@ -21,8 +21,8 @@ Pod::Spec.new do |spec|
|
||||
'Base/*.{h,m}'
|
||||
]
|
||||
|
||||
spec.frameworks = 'AssetsLibrary','MapKit'
|
||||
spec.weak_frameworks = 'Photos'
|
||||
spec.frameworks = 'AssetsLibrary'
|
||||
spec.weak_frameworks = 'Photos','MapKit'
|
||||
|
||||
# ASDealloc2MainObject must be compiled with MRR
|
||||
spec.requires_arc = true
|
||||
|
||||
Reference in New Issue
Block a user