Skip to content

Commit

Permalink
Added JPSDisplayLink podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Jan 14, 2014
1 parent f7b9dec commit 8a74678
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions JPSDisplayLink/0.0.1/JPSDisplayLink.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'JPSDisplayLink'
s.version = '0.0.1'
s.platform = :ios
s.license = 'MIT'
s.summary = 'JPSDisplayLink provides an easy, block interface to CADisplayLink-based animations.'
s.homepage = 'https://github.com/jpsim/JPSDisplayLink'
s.author = { 'JP Simard' => '[email protected]' }
s.source = { :git => 'https://github.com/jpsim/JPSDisplayLink.git', :tag => s.version.to_s }

s.description = 'JPSDisplayLink provides an easy, block interface to CADisplayLink-based animations.'

s.source_files = 'JPSDisplayLink/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 8a74678

Please sign in to comment.