blob: cae8845b3366ab98b290cc910b93d8188d4f8121 [file] [log] [blame]
{
"name": "Unpack",
"version": "1.0.0",
"summary": "A library to simplify the process of parsing Data/JSON to objects and vice versa",
"description": "Unpack allows easy conversion between raw Data and JSON objects and your own Class and Struct types. It consists of a simple API, but allows further control over the process.",
"homepage": "https://github.com/oreninit/Unpack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oreninit": "oreninit@gmail.com"
},
"source": {
"git": "https://github.com/oreninit/Unpack.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/oreninit",
"platforms": {
"ios": "9.3"
},
"source_files": "Unpack/Classes/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.1"
}