diff --git a/AQGridView.podspec b/AQGridView.podspec new file mode 100644 index 0000000..fc90b58 --- /dev/null +++ b/AQGridView.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'AQGridView' + s.version = '1.3.1' + s.license = 'BSD' + 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 => 'https://github.com/AlanQuatermain/AQGridView.git', :tag => '1.3' } + s.platform = :ios + s.requires_arc = true + s.source_files = 'Classes' + s.resources = "Resources/*.png" + + s.framework = 'QuartzCore' +end