Skip to content

Commit

Permalink
[Add] JsonSwiftson 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenii Neumerzhitckii authored and CocoaPodsBot committed May 23, 2015
1 parent bfbca95 commit b25abec
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Specs/JsonSwiftson/1.0.10/JsonSwiftson.podspec.json
@@ -0,0 +1,22 @@
{
"name": "JsonSwiftson",
"version": "1.0.10",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/JsonSwiftson",
"summary": "Parses JSON and maps it to Swift types.",
"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",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/JsonSwiftson.git",
"tag": "1.0.10"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/JsonSwiftson/master/Graphics/GithubLogo/json_swiftson_parser.png",
"source_files": "JsonSwiftson/JsonSwiftson.swift",
"platforms": {
"ios": "8.0"
}
}

0 comments on commit b25abec

Please sign in to comment.