Skip to content

Commit

Permalink
[Add] JNWAnimatableWindow (0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilling committed Feb 2, 2013
1 parent b8478e6 commit 6b3e7d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions JNWAnimatableWindow/0.5.0/JNWAnimatableWindow.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "JNWAnimatableWindow"
s.version = "0.5.0"
s.summary = "Smooth animation of a NSWindow using a CALayer."
s.homepage = "https://github.com/jwilling/JNWAnimatableWindow"
s.license = 'MIT'
s.author = { "Jonathan Willing" => "hi@jwilling.com" }
s.source = { :git => "https://github.com/jwilling/JNWAnimatableWindow.git", :tag => s.version.to_s }
s.platform = :osx, '10.7'
s.source_files = 'JNWAnimatableWindow.{h,m}'

s.framework = 'QuartzCore'
s.requires_arc = true
end

0 comments on commit 6b3e7d5

Please sign in to comment.