[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 2 / CSSParser / 1.0.1 / CSSParser.podspec.json
blobace6c2b4fb048ba7a5f27a3d40a2ea5b7d44da8a
2   "name": "CSSParser",
3   "version": "1.0.1",
4   "summary": "Swift CSS parser based on katana-parser.",
5   "description": "CSSParser is a tiny Swift wrapper around the pure C katana-parser framework.",
6   "homepage": "https://github.com/mcudich/CSSParser",
7   "license": "MIT",
8   "authors": {
9     "Matias Cudich": "mcudich@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mcudich/CSSParser.git",
13     "tag": "1.0.1",
14     "submodules": true
15   },
16   "social_media_url": "https://twitter.com/mcudich",
17   "platforms": {
18     "ios": "9.3"
19   },
20   "source_files": [
21     "Sources/**/*",
22     "Carthage/Checkouts/katana-parser/src/*"
23   ],
24   "public_header_files": "Sources/CSSParser.h",
25   "pushed_with_swift_version": "3.0"