[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 6 / StubNetworkKit / 0.4.0 / StubNetworkKit.podspec.json
blob23559abc2fbeead47b653a243bfef48289bad544
2   "name": "StubNetworkKit",
3   "version": "0.4.0",
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/StubNetworkKit",
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": "15.0",
14     "osx": "12.0",
15     "tvos": "15.0"
16   },
17   "source": {
18     "git": "https://github.com/417-72KI/StubNetworkKit.git",
19     "tag": "0.4.0"
20   },
21   "source_files": "Sources/StubNetworkKit/**/*.swift",
22   "swift_versions": [
23     "5.10",
24     "5.8",
25     "5.9"
26   ],
27   "frameworks": "Foundation",
28   "dependencies": {
29     "MultipartFormDataParser": [
30       "~> 2.2.0"
31     ]
32   },
33   "swift_version": "5.10"