blob: 84fa92aa87acdc683debe3d3b57099811c2ed61a [file] [log] [blame]
{
"name": "ResponseDetective",
"version": "1.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.0"
},
"source_files": "ResponseDetective/Sources",
"module_map": "ResponseDetective/Resources/Framework.modulemap",
"frameworks": "Foundation",
"libraries": "xml2",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"pushed_with_swift_version": "3.0.2"
}