blob: 145094db31083e731f37064781a119a88aeb0ef1 [file] [log] [blame]
{
"name": "ResponseDetective",
"version": "1.3.0",
"summary": "Sherlock Holmes of the networking layer",
"homepage": "https://github.com/netguru/ResponseDetective",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Adrian Kashivskyy": "adrian.kashivskyy@netguru.co",
"Aleksander Popko": "aleksander.popko@netguru.co"
},
"source": {
"git": "https://github.com/netguru/ResponseDetective.git",
"tag": "1.3.0"
},
"source_files": "ResponseDetective/Sources",
"module_map": "ResponseDetective/Resources/Framework.modulemap",
"frameworks": "Foundation",
"libraries": "xml2",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"swift_version": "5.0",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}