5 "summary": "Objective-C/Cocoa String Tokenizer and Parser toolkit. Supports Grammars.",
6 "homepage": "http://parsekit.com/",
8 "Todd Ditchendorf": "todd.ditchendorf@gmail.com"
11 "git": "https://github.com/itod/parsekit.git",
14 "description": "\n ParseKit is a Mac OS X Framework written by Todd Ditchendorf in\n Objective-C 2.0 and released under the Apache Open Source License\n Version 2.0. ParseKit is suitable for use on Mac OS X Leopard,\n Snow Leopard or iOS. ParseKit is an Objective-C implementation\n of the tools described in Building Parsers with Java by Steven\n John Metsker.\n\n ParseKit includes additional features beyond the\n designs from the book and also some changes to match common\n Cocoa/Objective-C conventions. These changes are relatively superficial,\n however, and Metsker’s book is the best documentation available\n for ParseKit.\n ",
18 "lib/MGTemplateEngine/MGTemplate*.{h,m}",
19 "lib/MGTemplateEngine/ICUTemplateMatcher.{h,m}",
20 "lib/MGTemplateEngine/*DeepMutableCopy.{h,m}"
22 "exclude_files": "src/PKSParserGenVisitor.{h,m}",
24 "prefix_header_file": "src/ParseKitMobile_Prefix.pch",
25 "frameworks": "Foundation"
28 "prefix_header_file": "src/ParseKit_Prefix.pch",
29 "frameworks": "Foundation"
31 "libraries": "icucore",