Merge pull request #203 from garnett/master
IMPORTANT: ARC support set to required, duplicating of the sources fixed
This commit is contained in:
@@ -5,12 +5,11 @@ Pod::Spec.new do |s|
|
||||
s.summary = 'A grid view for iPhone/iPad, designed to look similar to NSCollectionView.'
|
||||
s.homepage = 'https://github.com/AlanQuatermain/AQGridView'
|
||||
s.author = { 'Alan Quatermain' => 'jimdovey@mac.com' }
|
||||
|
||||
s.source = { :git => 'git://github.com/AlanQuatermain/AQGridView.git', :commit => 'f6c5589a6dabfff693fc7def7342327b9b0df3f9' }
|
||||
s.description = 'An optional longer description of AQGridView.'
|
||||
|
||||
s.platform = :ios
|
||||
s.source_files = 'Classes', 'Classes/**/*.{h,m}'
|
||||
s.requires_arc = true
|
||||
s.source_files = 'Classes'
|
||||
s.resources = "Resources/*.png"
|
||||
s.clean_paths = "Examples", "Scripts"
|
||||
s.clean_paths = "Examples", "Scripts", "AQGridView.xcodeproj", "AQGridView_Prefix.pch"
|
||||
s.framework = 'QuartzCore'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user