Files
JBChartView/BrynKit/1.0.3/BrynKit.podspec
T
bryn austin bellomy 7ce5f31b4a new version of BrynKit
2013-01-06 20:20:26 -05:00

16 lines
634 B
Ruby

Pod::Spec.new do |s|
s.name = "BrynKit"
s.version = "1.0.3"
s.author = { "bryn austin bellomy" => "bryn.bellomy@gmail.com" }
s.summary = "Macros and helpers for logging, debugging, and metaprogramming."
s.homepage = "http://brynbellomy.github.com/BrynKit"
s.license = 'WTFPL'
s.source = { :git => "https://github.com/brynbellomy/BrynKit.git", :tag => "v1.0.3" }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.xcconfig = { 'PUBLIC_HEADERS_FOLDER_PATH' => 'include/$(TARGET_NAME)' }
s.prefix_header_contents = "#ifdef __OBJC__\n#import <BrynKit/BrynKit.h>\n#endif"
end