Update Podspec to require MapKit framework

This commit is contained in:
Aaron Schubert
2015-11-12 14:54:29 +00:00
parent 1b74f8d696
commit 607be19ce7

View File

@@ -21,7 +21,7 @@ Pod::Spec.new do |spec|
'Base/*.{h,m}'
]
spec.frameworks = 'AssetsLibrary'
spec.frameworks = 'AssetsLibrary','MapKit'
spec.weak_frameworks = 'Photos'
# ASDealloc2MainObject must be compiled with MRR