[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 9 / 1 / Pushie / 0.0.18 / Pushie.podspec.json
blobbfda6ba41bf529d2131491adf8094990e0ab0cf9
2   "name": "Pushie",
3   "version": "0.0.18",
4   "summary": "Pushie is a small framework for Writing Push Down Automata fast and easy",
5   "description": "Pushie is a small framework for Writing Push Down Automata fast and easy. It allows you to parse words in the language you specify and even compute a full result from it usin generics.",
6   "homepage": "https://github.com/mathiasquintero/Pushie",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mathias Quintero": "mathias.quintero@tum.de"
13   },
14   "source": {
15     "git": "https://github.com/mathiasquintero/Pushie.git",
16     "tag": "0.0.18"
17   },
18   "social_media_url": "https://twitter.com/sifrinoimperial",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Pushie/Classes/**/*"