blob: ff729ae45b549f93f7d046919230c9dbecd02628 [file] [log] [blame]
{
"name": "AEWebservice",
"version": "1.0.1",
"summary": "Simple Webservice wrapper around URLRequest for types conforming to Codable protocol",
"description": "Simple Webservice wrapper around URLRequest for types conforming to Codable protocol. Includes Downloadable image class.",
"homepage": "http://github.com/AllanEvans/Webservice-Swift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Allan Evans": "allan@aelyssum.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/AllanEvans/Webservice-Swift.git",
"tag": "1.0.1"
},
"source_files": "AEWebservice/**/*.{swift,h,m}"
}