Skip to content

Commit

Permalink
[Update] MTPencil (0.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Dec 18, 2012
1 parent b45cd34 commit b2d47b3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MTPencil/0.0.2/MTPencil.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "MTPencil"
s.version = "0.0.2"
s.summary = "Library for animated line drawing (like an invisible pencil)."
s.homepage = "https://github.com/mysterioustrousers/MTPencil"
s.license = 'BSD'
s.author = { "Adam Kirk" => "atomkirk@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTPencil.git", :tag => "0.0.2" }
s.platform = :ios, '5.0'
s.source_files = 'MTPencil/MTPencil.{h,m}'
s.framework = 'CoreGraphics'
s.requires_arc = true
s.dependency 'MTGeometry'
end

0 comments on commit b2d47b3

Please sign in to comment.