Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilling committed Nov 13, 2015
1 parent c34a884 commit 1c2e51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JNWCollectionView.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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"
s.license = 'MIT'
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}'
Expand Down

0 comments on commit 1c2e51c

Please sign in to comment.