Link AssetsLibrary weakly (#2929)

This commit is contained in:
Adlai Holler
2017-01-24 17:09:24 -08:00
committed by GitHub
parent d9be4783e5
commit 70c48ba906

View File

@@ -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'