[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / e / NetworkResponseSpoofer / 10.2.0 / NetworkResponseSpoofer.podspec.json
blobfafdaa9e63c4a53a1bd1ca7c22b8b5c570818a55
2   "name": "NetworkResponseSpoofer",
3   "version": "10.2.0",
4   "swift_versions": "5.0.1",
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": "10.2.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "10.0"
19   },
20   "dependencies": {
21     "RealmSwift": [
23     ]
24   },
25   "default_subspecs": "Core",
26   "swift_version": "5.0.1",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/Core/**/*.swift",
31       "frameworks": "Foundation",
32       "platforms": {
33         "ios": "10.0"
34       }
35     },
36     {
37       "name": "SpooferUI",
38       "source_files": "Source/iOS_UI/**/*.swift",
39       "resources": [
40         "Source/iOS_UI/View/**/*.storyboard",
41         "Source/iOS_UI/View/**/*.xcassets"
42       ],
43       "dependencies": {
44         "NetworkResponseSpoofer/Core": [
46         ]
47       },
48       "frameworks": [
49         "Foundation",
50         "UIKit"
51       ],
52       "platforms": {
53         "ios": "10.0"
54       }
55     }
56   ]