[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 3 / d / JsonSwiftson / 3.0.1 / JsonSwiftson.podspec.json
blob73a64b409f039b7bd2d75b30e7d853d7c9c22d04
2   "name": "JsonSwiftson",
3   "version": "3.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/evgenyneu/JsonSwiftson",
8   "summary": "A JSON parser with concise API written in Swift for iOS, macOS, tvOS and watchOS",
9   "description": "JsonSwiftson is a JSON parser that exposes just a single API method `map()` for mapping JSON attributes to various Swift types including arrays.\n\n* Maps JSON text into Swift structures or classes.\n* Keeps the library tiny by using Swift generics and taking advantage of type casting features of the language.\n* Supports casting to optional types.\n* Indicates if the mapping was successful.\n* Makes sure mapping is fast.",
10   "authors": {
11     "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/evgenyneu/JsonSwiftson.git",
15     "tag": "3.0.1"
16   },
17   "screenshots": "https://raw.githubusercontent.com/evgenyneu/JsonSwiftson/master/Graphics/GithubLogo/json_swiftson_parser.png",
18   "source_files": "JsonSwiftson/JsonSwiftson.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   }