[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 5 / e / Tisander / 1.0.0 / Tisander.podspec.json
blob023d0ed5ebc3b7a8a8c8fa2c238d43b72497dae4
2   "name": "Tisander",
3   "version": "1.0.0",
4   "summary": "A pure Swift ordered JSON parser.",
5   "description": "A JSON parsing library written in pure Swift. It's all stored in a structure of arrays so it's ordered, and convertable to a String.",
6   "homepage": "https://mikezs.github.io/Tisander",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mike Bignell": "mike@mbignell.com"
13   },
14   "source": {
15     "git": "https://github.com/mikezs/Tisander.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/mikebignell",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.1",
23   "source_files": "Source/*.swift"