mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-10 13:06:33 +00:00
Link AssetsLibrary weakly (#2929)
This commit is contained in:
@@ -9,8 +9,7 @@ Pod::Spec.new do |spec|
|
||||
|
||||
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
|
||||
|
||||
spec.frameworks = 'AssetsLibrary'
|
||||
spec.weak_frameworks = 'Photos','MapKit'
|
||||
spec.weak_frameworks = 'Photos','MapKit','AssetsLibrary'
|
||||
spec.requires_arc = true
|
||||
|
||||
spec.ios.deployment_target = '7.0'
|
||||
|
||||
Reference in New Issue
Block a user