Merge pull request #842 from aaronschubert0/ASMapNode

[ASMapNode] Initial implementation.  Some changes planned, including a replacement initializer method.
This commit is contained in:
appleguy
2015-12-06 21:07:29 -08:00
7 changed files with 281 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ Pod::Spec.new do |spec|
]
spec.frameworks = 'AssetsLibrary'
spec.weak_frameworks = 'Photos'
spec.weak_frameworks = 'Photos','MapKit'
# ASDealloc2MainObject must be compiled with MRR
spec.requires_arc = true