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