Skip to content

Commit

Permalink
Updating BrynKit to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brynbellomy committed Nov 22, 2012
1 parent 1dff78b commit 9ec8567
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions BrynKit/1.0.1/BrynKit.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "BrynKit"
s.version = "1.0.1"
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.1" }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.xcconfig = { 'PUBLIC_HEADERS_FOLDER_PATH' => 'include/$(TARGET_NAME)' }
s.prefix_header_contents = "#import <BrynKit/BrynKit.h>"
end

0 comments on commit 9ec8567

Please sign in to comment.