blob: c6d57f0da283c34e5a6ddd30130380715fe38596 [file] [log] [blame]
{
"name": "JSONPath",
"version": "0.1.0",
"summary": "The most simple JSON parsing for Swift.",
"description": "JSONPath is JSON parsing libriry that relies on cutting edge technologies of Swift. It uses dynamicMemberLookup and Codable.",
"homepage": "https://github.com/AV8R-/JSONPath",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Manshilin": "manshilin@yandex-team.ru"
},
"source": {
"git": "https://github.com/AV8R-/JSONPath.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "JSONPath/Classes/**/*"
}