blob: 0a970683302cf324817298fa5895431488d34293 [file] [log] [blame]
{
"name": "URBNJSONDecodable",
"version": "2.2.0",
"summary": "A swifty, lightweight, operator based approach to decoding JSON.",
"description": "Custom operators for decoding stuff",
"homepage": "https://github.com/urbn/URBNJSONDecodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"URBN Mobile Team": "mobileteam@urbn.com"
},
"source": {
"git": "https://github.com/urbn/URBNJSONDecodable.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"source_files": "Sources/URBNJSONDecodable/*",
"swift_version": "5.0"
}