diff --git a/JNWCollectionView.podspec b/JNWCollectionView.podspec index 1a987e8..d17bcf2 100644 --- a/JNWCollectionView.podspec +++ b/JNWCollectionView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JNWCollectionView" - s.version = "1.3" + s.version = "1.4" s.summary = "A highly customizable and performant collection view for the Mac." s.homepage = "https://github.com/jwilling/JNWCollectionView" s.screenshots = "http://jwilling.com/drop/github/JNWCollectionView.png" @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { "Jonathan Willing" => "hi@jwilling.com" } s.source = { :git => "https://github.com/jwilling/JNWCollectionView.git", :tag => s.version.to_s } - s.platform = :osx, '10.8' + s.platform = :osx, '10.9' s.requires_arc = true s.source_files = 'JNWCollectionView/*.{h,m}'