[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 3 / b / ParseKit / 0.7 / ParseKit.podspec.json
blob8af7d7002266bbd2c22f0ca4707756d341b1ea08
2   "name": "ParseKit",
3   "version": "0.7",
4   "license": "Apache",
5   "summary": "Objective-C/Cocoa String Tokenizer and Parser toolkit. Supports Grammars.",
6   "homepage": "http://parsekit.com/",
7   "authors": {
8     "Todd Ditchendorf": "todd.ditchendorf@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/itod/parsekit.git",
12     "tag": "0.7"
13   },
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  ",
15   "source_files": [
16     "include/**/*.{h,m}",
17     "src/**/*.{h,m}",
18     "lib/MGTemplateEngine/MGTemplate*.{h,m}",
19     "lib/MGTemplateEngine/ICUTemplateMatcher.{h,m}",
20     "lib/MGTemplateEngine/*DeepMutableCopy.{h,m}"
21   ],
22   "exclude_files": "src/PKSParserGenVisitor.{h,m}",
23   "ios": {
24     "prefix_header_file": "src/ParseKitMobile_Prefix.pch",
25     "frameworks": "Foundation"
26   },
27   "osx": {
28     "prefix_header_file": "src/ParseKit_Prefix.pch",
29     "frameworks": "Foundation"
30   },
31   "libraries": "icucore",
32   "requires_arc": false