[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 7 / 4 / 0 / Sparse / 0.4.0 / Sparse.podspec.json
blob239130aa9560ac7ce2856ab2bc6e049a9f27b34f
2   "name": "Sparse",
3   "version": "0.4.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.4.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/Sparse/**/*"