blob: c49665c58519cb8eb6efcd92a84eab175e055ba0 [file] [log] [blame]
{
"name": "Netable",
"version": "0.10.2",
"summary": "A simple and swifty networking library.",
"description": "Netable is a simple Swift framework for working with both simple and non-REST-compliant HTTP endpoints.",
"homepage": "https://github.com/steamclock/netable/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brendan Lensink": "brendan@steamclock.com"
},
"source": {
"git": "https://github.com/steamclock/netable.git",
"tag": "v0.10.2"
},
"platforms": {
"ios": "11.0",
"osx": "10.14"
},
"source_files": "Netable/Netable/*.{swift,h,m}",
"swift_versions": "5.0",
"swift_version": "5.0"
}