blob: c767a55ab35d7681a3887878bc1fb3a6e2011230 [file] [log] [blame]
{
"name": "DBNetworkStack",
"version": "0.7",
"summary": "DBNetworkStack is a network abstraction for fetching request and mapping them to model objects.",
"description": "DBNetworkStack is a network abstraction for fetching request and mapping them to model objects. It supports mocking via protocols.",
"homepage": "https://github.com/dbsystel/DBNetworkStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lukas Schmidt": "lukas.la.schmidt@deutschebahn.com",
"Christian Himmelsbach": "christian.himmelsbach@deutschebahn.com"
},
"social_media_url": "http://twitter.com/lightsprint09",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/dbsystel/DBNetworkStack.git",
"tag": "0.7"
},
"source_files": "Source/*",
"exclude_files": [
"Tests/*",
"Source/Info.plist"
],
"pushed_with_swift_version": "4.0"
}