blob: b549f4734dee7ef2792ea782be54153f27b47fc8 [file] [log] [blame]
{
"name": "BrynKit",
"version": "1.0.3",
"authors": {
"bryn austin bellomy": "bryn.bellomy@gmail.com"
},
"summary": "Macros and helpers for logging, debugging, and metaprogramming.",
"homepage": "http://brynbellomy.github.com/BrynKit",
"license": "WTFPL",
"source": {
"git": "https://github.com/brynbellomy/BrynKit.git",
"tag": "v1.0.3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"xcconfig": {
"PUBLIC_HEADERS_FOLDER_PATH": "include/$(TARGET_NAME)"
},
"prefix_header_contents": "#ifdef __OBJC__\n#import <BrynKit/BrynKit.h>\n#endif"
}