[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / d / 0 / 2 / Ogma / 0.1.1 / Ogma.podspec.json
blob0126cca90b69ff7133b314707b4839cf2cdd5732
2   "name": "Ogma",
3   "version": "0.1.1",
4   "summary": "Framework for Parsing in Swift using pure functions",
5   "description": "Ogma is a lightweight Parsing Framework written in Swift. Say goodbye to complicated state machines! Now you can easily write a Parser using only pure functions.",
6   "homepage": "https://github.com/nerdsupremacist/Ogma",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mathiasquintero": "me@quintero.io"
13   },
14   "source": {
15     "git": "https://github.com/nerdsupremacist/Ogma.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/nerdsupremacist",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Ogma/Classes/**/*",
23   "swift_versions": "4.2"