blob: f497c3f0cc97e304894c4dd3f3495b18a321fb3c [file] [log] [blame]
{
"name": "JSONAPICodable",
"version": "1.0.1",
"summary": "Json:api support for Swift Codable objects.",
"description": "Json:api support for Swift Codable objects. WIP.",
"homepage": "https://github.com/sgousseau/JSONAPICodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sébastien Gousseau": "s.gousseau@gmail.com"
},
"source": {
"git": "https://github.com/sgousseau/JSONAPICodable.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "JSONAPICodable/*",
"exclude_files": "JSONAPICodable/Info.plist"
}