| { |
| "name": "CSSSelectorConverter", |
| "version": "1.1.5", |
| "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.5" |
| }, |
| "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}", |
| "CSSSelectorConverter/CSSSelectorParser.plist" |
| ] |
| } |