[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / StubbornNetwork / 0.1.0 / StubbornNetwork.podspec.json
blob157200fe6defe9241c3e5829fea00d3ab84cdad7
2   "name": "StubbornNetwork",
3   "version": "0.1.0",
4   "summary": "A Swifty and clean stubbing machine.",
5   "description": "The Stubborn Network makes your SwiftUI development more efficient and UI tests more reliable by stubbing responses of your network requests.\n\nIt makes it easy to record new stubs and it speeds things up!",
6   "homepage": "https://github.com/q231950/the-stubborn-network",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "author": "martinkim.pham@gmail.com"
13   },
14   "documentation_url": "https://github.com/q231950/the-stubborn-network#-stubbed-ui-tests",
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.15",
18     "watchos": "6.0"
19   },
20   "swift_versions": "5.1",
21   "source": {
22     "git": "https://github.com/q231950/the-stubborn-network.git",
23     "tag": "0.1.0"
24   },
25   "source_files": "Sources/StubbornNetwork/**/*.swift",
26   "xcconfig": {
27     "SWIFT_VERSION": "5.1"
28   },
29   "swift_version": "5.1"