[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / c / 7 / 2 / CSSSelectorConverter / 1.1.5 / CSSSelectorConverter.podspec.json
blob6391dd67c7c0254d290185c863bbc3aae06ad15c
2   "name": "CSSSelectorConverter",
3   "version": "1.1.5",
4   "license": "MIT",
5   "summary": "Objective-C/Cocoa String Tokenizer and Parser toolkit. Supports Grammars.",
6   "homepage": "https://github.com/siuying/CSSSelectorConverter",
7   "authors": {
8     "Francis Chong": "francis@ignition.hk"
9   },
10   "source": {
11     "git": "https://github.com/siuying/CSSSelectorConverter.git",
12     "tag": "1.1.5"
13   },
14   "description": "\n    A CSS Selector to XPath Selector for Objective-C. Support mostly used subset of CSS Selector Level 3.\n  ",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "dependencies": {
20     "CocoaLumberjack": [
21       "~> 1.9.0"
22     ],
23     "NUIParse": [
25     ]
26   },
27   "requires_arc": true,
28   "source_files": "CSSSelectorConverter/CSS*.{m,h}",
29   "prefix_header_contents": "#import \"CSSSelectorConverter.h\"",
30   "resources": [
31     "CSSSelectorConverter/*.{txt}",
32     "CSSSelectorConverter/CSSSelectorParser.plist"
33   ]