blob: 58542ea9af23c0995e1e9752b2857f267e62f663 [file] [log] [blame]
{
"name": "JSONMapper",
"version": "0.1.2",
"summary": "imple way to map a JSON Dictionary to a Swift object.",
"description": "AJSONMapper is a simple way to map a JSON Dictionary to a Swift object. \nJSONMapper is written using Swift 2.0 and depands on the new Swift error \nhandling and guard clauses.",
"homepage": "https://github.com/robertpalmer/JSONMapper",
"license": "MIT",
"authors": {
"Robert Palmer": "mail@robertpalmer.de"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/robertpalmer/JSONMapper.git",
"tag": "0.1.2"
},
"source_files": [
"JSONMapper",
"JSONMapper/**/*.{h,m}"
],
"exclude_files": "JSONMapperTests"
}