2 "name": "CSSSelectorConverter",
5 "summary": "Objective-C/Cocoa String Tokenizer and Parser toolkit. Supports Grammars.",
6 "homepage": "https://github.com/siuying/CSSSelectorConverter",
8 "Francis Chong": "francis@ignition.hk"
11 "git": "https://github.com/siuying/CSSSelectorConverter.git",
15 "description": "\n A CSS Selector to XPath Selector for Objective-C. Support mostly used subset of CSS Selector Level 3.\n ",
25 "requires_arc": false,
29 "source_files": "CSSSelectorConverter/CSS*.{m,h}",
30 "prefix_header_contents": "#import \"CSSSelectorConverter.h\"",
32 "resources": "CSSSelectorConverter/*.{txt,plist}",
34 "CSSSelectorConverter/CoreParse": [
41 "source_files": "vendor/CoreParse/CoreParse/**/*.{h,m}",
42 "exclude_files": "vendor/CoreParse/CoreParse/CPSenTestKitAssertions.h",