[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / 0 / Sparse / 0.1.2 / Sparse.podspec.json
blob9932a89109027994500321abbb9e70b33f6abb09
2   "name": "Sparse",
3   "version": "0.1.2",
4   "summary": "Sparse is a simple parsing library written in Swift.",
5   "description": "Sparse is a simple parsing library, written in Swift. It is based\non the parser-combinator approach as used by Haskell's Parsec.\nIts focus is on natural language parser creation and descriptive\nerror messages.",
6   "homepage": "https://github.com/johnpatrickmorgan/Sparse",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "johnpatrickmorgan": "johnpatrickmorganuk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/johnpatrickmorgan/Sparse.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/jpmmusic",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "source_files": "Sources/**/*",
24   "pushed_with_swift_version": "3.0"