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