[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 0 / Sparse / 0.2.0 / Sparse.podspec.json
blobe23616b3b67d6c52fd67f3ea70fc3cfd041641b1
2   "name": "Sparse",
3   "version": "0.2.0",
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.2.0"
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"