Adding ALAssetsLibraryFramework

This commit is contained in:
Hristo Hristov
2012-09-04 13:04:32 -04:00
parent 79d45b00af
commit a17e4f6352
@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/gobackspaces/DLCImagePickerController.git", :tag => "0.0.1" }
s.platform = :ios, '5.0'
s.requires_arc = true
s.framework = 'ALAssetsLibrary'
s.subspec 'Core' do |sp|
sp.source_files = 'Classes'