blob: 608d727e0524240e8136f679f3cb2e64ded27010 [file] [log] [blame]
{
"name": "LBJSON",
"version": "5.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "LBJSON framework",
"homepage": "https://github.com/lucianboboc/",
"social_media_url": "http://twitter.com/lucianboboc",
"authors": {
"Lucian Boboc": "info@lucianboboc.com"
},
"source": {
"git": "https://github.com/lucianboboc/LBJSON.git",
"tag": "5.0.0"
},
"description": "LBJSON framework is a Swift Enum which helps working with JSON.",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "LBJSON/*.swift",
"swift_version": "5.0"
}