blob: 798979b29be612520a24b816f4783eb30bf48fbb [file] [log] [blame]
{
"name": "ParceSwift",
"version": "0.0.2",
"summary": "Parser - Transform from Dictionary to a desired object and the other way.",
"homepage": "https://github.com/sebastian989/ParceSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Leonardo Armero Barbosa, Sebastián Gómez Osorio",
"source": {
"git": "https://github.com/sebastian989/ParceSwift.git",
"tag": "0.0.2"
},
"source_files": [
"ParseSwift",
"ParceSwift/*.{swift}"
],
"frameworks": "UIKit",
"platforms": {
"ios": "9.0"
},
"requires_arc": false
}