Make MapKit a weak framework

This commit is contained in:
Aaron Schubert
2015-11-15 16:58:56 +00:00
parent 49c476bdd1
commit 372acd85a4
2 changed files with 3 additions and 3 deletions

View File

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