blob: a61590179740dfdaa2e92d21d262db417cb59ffa [file] [log] [blame]
{
"name": "ParceSwift",
"version": "0.0.1",
"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.1"
},
"source_files": [
"ParseSwift",
"ParceSwift/*.{swift}"
],
"frameworks": "UIKit",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}