blob: 39f88c2ad2b17114c71bb3300b74d92e35209c2f [file] [log] [blame]
{
"name": "CSSSelectorConverter",
"version": "1.0.0",
"license": "MIT",
"summary": "Objective-C/Cocoa String Tokenizer and Parser toolkit. Supports Grammars.",
"homepage": "https://github.com/siuying/CSSToXPathConverter",
"authors": {
"Francis Chong": "francis@ignition.hk"
},
"source": {
"git": "https://github.com/siuying/CSSSelectorConverter.git",
"tag": "1.0.0"
},
"description": "\n A CSS Selector to XPath Selector for Objective-C. Support mostly used subset of CSS Selector Level 3.\n ",
"source_files": "CSSSelectorConverter/CSS*.{m,h}",
"prefix_header_contents": "#import \"CSSSelectorConverter.h\"",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"dependencies": {
"ParseKit": [
"~> 0.7"
],
"CocoaLumberjack": [
">= 1.6.4"
]
},
"libraries": "icucore",
"requires_arc": true
}