[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 3 / b / ParseKit / 0.0.3 / ParseKit.podspec.json
blobea9e0f3661374a26ba45fc3aa6c2322ee320eea1
2   "name": "ParseKit",
3   "version": "0.0.3",
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     "svn": "http://parsekit.googlecode.com/svn/trunk/",
12     "revision": "273"
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   ],
19   "ios": {
20     "frameworks": [
21       "Foundation",
22       "CoreGraphics"
23     ]
24   },
25   "osx": {
26     "frameworks": "Foundation"
27   },
28   "libraries": "icucore",
29   "requires_arc": false