[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 9 / 3 / d / JsonSwiftson / 1.0.10 / JsonSwiftson.podspec.json
blobf9d091a534a8592b9d84229a1aaa8b0f732e8450
2   "name": "JsonSwiftson",
3   "version": "1.0.10",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/evgenyneu/JsonSwiftson",
8   "summary": "Parses JSON and maps it to Swift types.",
9   "description": "                    JsonSwiftson is a helper class for parsing JSON text and mapping it to Swift types.\n\n                    The goals of this project:\n\n                    * Map JSON text into Swift structures or classes.\n                    * Keep the library tiny by using Swift generics and taking advantage of type casting features of the language.\n                    * Expose just a single API method `map()` to handle strings, numbers, booleans and arrays of those types.\n                    * Support casting to optional types.\n                    * Check if the mapping was successful.\n                    * Make sure mapping is fast.\n",
10   "authors": {
11     "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/evgenyneu/JsonSwiftson.git",
15     "tag": "1.0.10"
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   }