[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / a / e / NetworkResponseSpoofer / 8.0.0 / NetworkResponseSpoofer.podspec.json
blob5ae7d8cd25c2a8f12201441148067731a4578148
2   "name": "NetworkResponseSpoofer",
3   "version": "8.0.0",
4   "swift_version": "4.2.0",
5   "summary": "Network response record and replay library for iOS, watchOS, tvOS and macOS.",
6   "homepage": "https://github.com/HotwireDotCom/NetworkResponseSpoofer.git",
7   "license": "MIT",
8   "authors": {
9     "Deepu Mukundan": "deepumukundan@gmail.com"
10   },
11   "description": "NetworkResponseSpoofer is a network response record and replay library for iOS, watchOS, tvOS and macOS.\nIt’s built on top of the Foundation URL Loading System to make recording and replaying network requests really simple.",
12   "source": {
13     "git": "https://github.com/HotwireDotCom/NetworkResponseSpoofer.git",
14     "tag": "8.0.0"
15   },
16   "requires_arc": true,
17   "dependencies": {
18     "RealmSwift": [
20     ]
21   },
22   "platforms": {
23     "ios": "10.0"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/Core/**/*.swift",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "SpooferUI",
34       "source_files": "Source/iOS_UI/**/*.swift",
35       "resources": [
36         "Source/iOS_UI/View/**/*.storyboard",
37         "Source/iOS_UI/View/**/*.xcassets"
38       ],
39       "dependencies": {
40         "NetworkResponseSpoofer/Core": [
42         ]
43       },
44       "frameworks": [
45         "Foundation",
46         "UIKit"
47       ]
48     }
49   ]