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