Skip to content

Commit

Permalink
[Update] CZGTextureCreator (0.9.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
czgarrett committed Oct 15, 2013
1 parent e3ffb3c commit fb755f0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CZGTextureCreator/0.9.2/CZGTextureCreator.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'CZGTextureCreator'
s.version = '0.9.2'
s.license = 'MIT'
s.summary = 'A cocos2d class for drawing textures with Core Graphics and Core Text.'
s.homepage = 'https://github.com/czgarrett/CZGTextureCreator'
s.authors = {'Christopher Z. Garrett' => 'z@zworkbench.com'}
s.source = {:git => 'https://github.com/czgarrett/CZGTextureCreator.git', :tag => s.version.to_s}
s.platform = :ios, '6.0'
s.source_files = 'Classes'
s.requires_arc = true
s.dependency 'cocos2d', '~> 2.1'
s.dependency 'DTCoreText', '~> 1.6'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/cocos2d/external/kazmath/include"' }
end

0 comments on commit fb755f0

Please sign in to comment.