blob: a47a975a0d3f5ef1e4c261b67cd1a1f12a11f601 [file] [log] [blame]
{
"name": "NetworkResponseSpoofer",
"version": "8.5.0",
"swift_version": "4.2.0",
"summary": "Network response record and replay library for iOS, watchOS, tvOS and macOS.",
"homepage": "https://github.com/HotwireDotCom/NetworkResponseSpoofer.git",
"license": "MIT",
"authors": {
"Deepu Mukundan": "deepumukundan@gmail.com"
},
"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.",
"source": {
"git": "https://github.com/HotwireDotCom/NetworkResponseSpoofer.git",
"tag": "8.5.0"
},
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"dependencies": {
"RealmSwift": [
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"frameworks": "Foundation",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "4.0",
"tvos": "10.0"
}
},
{
"name": "SpooferUI",
"source_files": "Source/iOS_UI/**/*.swift",
"resources": [
"Source/iOS_UI/View/**/*.storyboard",
"Source/iOS_UI/View/**/*.xcassets"
],
"dependencies": {
"NetworkResponseSpoofer/Core": [
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "10.0"
}
}
]
}