Skip to content

Instantly share code, notes, and snippets.

@kuwabarahiroshi
Last active December 19, 2015 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuwabarahiroshi/5915255 to your computer and use it in GitHub Desktop.
Save kuwabarahiroshi/5915255 to your computer and use it in GitHub Desktop.
#
# Be sure to run `pod spec lint CCBReader.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# To learn more about the attributes see http://docs.cocoapods.org/specification.html
#
Pod::Spec.new do |s|
s.name = "CCBReader"
s.version = "0.0.5"
s.summary = "CCBReader for CocosBuilder."
s.homepage = "https://github.com/cocos2d/CCBReader"
s.license = 'MIT (https://github.com/cocos2d/CCBReader#license-mit)'
s.author = { "cocos2d" => "email@address.com" }
s.source = { :git => "https://github.com/kuwabarahiroshi/CCBReader.git", :commit => "47c2b55547a5ce94472650454d7f5ae85d6981b8" }
s.platform = :ios, '5.0'
s.source_files = 'CCBReader/**/*.{h,m}', 'CCControlExtension/**/*.{h,m}', 'CCScrollView/**/*.{h,m}', 'SSZipArchive/**/*.{h,m,c}'
s.xcconfig = {
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/cocos2d/external/kazmath/include"'
}
s.requires_arc = false
s.dependency 'cocos2d', '~> 2.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment