Last active
December 19, 2015 06:59
-
-
Save kuwabarahiroshi/5915255 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 protected]" } | |
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