blob: c621780d88893aa5a35db701311c230ea78c230e [file] [log] [blame]
{
"name": "KRNetworking",
"version": "1.0.0",
"summary": "KRNetworking: Networking made simple",
"description": "KRNetworking abstracts network commands using Swift Generics to do away with\nwriting boiler plate for networking.",
"homepage": "https://github.com/karmarama/Networking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tim Searle": "tim.searle@karmarama.com"
},
"source": {
"git": "https://github.com/karmarama/Networking.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_version": "5.0"
}