blob: 6ce95d8273c8582479fe96fc6c51f31c2e5a72ca [file] [log] [blame]
{
"name": "LABParser",
"version": "0.1",
"summary": "Simple JSON-Dictionary parser.",
"description": "Bidirectional JSON-Dictionary parser development in swift 4.",
"homepage": "https://github.com/xrax/LABParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leonardo Armero Barbosa": "limpusra@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
},
"source": {
"git": "https://github.com/xrax/LABParser.git",
"tag": "0.1"
},
"source_files": [
"LABParser/*.swift",
"LABParser/*.xib"
],
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}