[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 4 / a / StubNetworkingSwift / 0.0.2 / StubNetworkingSwift.podspec.json
blobb5e46cf13fc7006f05dbbe1cf82f0d2d87b07494
2   "name": "StubNetworkingSwift",
3   "version": "0.0.2",
4   "summary": "100% pure Swift library to stub network requests.",
5   "description": "**100% pure Swift** library to stub network requests.\n\n**100% pure Swift** means, \n- No more Objective-C API\n- Testable also in other than Apple platform (e.g. Linux)",
6   "homepage": "https://github.com/417-72KI/StubNetworkingSwift",
7   "license": "MIT",
8   "authors": {
9     "417-72KI": "417.72ki@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/417_72ki",
12   "platforms": {
13     "ios": "14.0",
14     "osx": "11.0",
15     "watchos": "5.0",
16     "tvos": "14.0"
17   },
18   "source": {
19     "git": "https://github.com/417-72KI/StubNetworkingSwift.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "Sources/StubNetworkingSwift/**/*.swift",
23   "swift_versions": [
24     "5.3",
25     "5.4",
26     "5.5",
27     "5.6"
28   ],
29   "frameworks": "Foundation",
30   "deprecated_in_favor_of": "StubNetworkKit",
31   "swift_version": "5.6"