[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / b / DBNetworkStack / 0.5.0 / DBNetworkStack.podspec.json
blobefcde706f3cab5e81957cd953a785e0d8dc36e80
2   "name": "DBNetworkStack",
3   "version": "0.5.0",
4   "summary": "DBNetworkStack is a network abstraction for fetching request and mapping them to model objects.",
5   "description": "DBNetworkStack is a network abstraction for fetching request and mapping them to model objects. It supports mocking via protocols.",
6   "homepage": "https://github.com/dbsystel/DBNetworkStack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lukas Schmidt": "lukas.la.schmidt@deutschebahn.com",
13     "Christian Himmelsbach": "christian.himmelsbach@deutschebahn.com"
14   },
15   "social_media_url": "http://twitter.com/lightsprint09",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/dbsystel/DBNetworkStack.git",
24     "tag": "0.5.0"
25   },
26   "source_files": "Source/*",
27   "exclude_files": [
28     "Tests/*",
29     "Source/Info.plist"
30   ],
31   "pushed_with_swift_version": "3.1"