[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 5 / 9 / 3 / Strix / 1.0.0 / Strix.podspec.json
blob20544dbbec3dd63c6cd2598bd7b902d0f48d2c62
2   "name": "Strix",
3   "version": "1.0.0",
4   "summary": "Parser combinator library",
5   "description": "Strix is a parser combinator library written in Swift.",
6   "homepage": "https://github.com/nearfri/Strix",
7   "license": "MIT",
8   "authors": {
9     "Ukjeong Lee": "nearfri@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "watchos": "2.0",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/nearfri/Strix.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "frameworks": "Foundation",
23   "pushed_with_swift_version": "4.0"