blob: b9357932d90ced3f94a05815338cdf1ff530f576 [file] [log] [blame]
{
"name": "ResponseDetective",
"version": "0.4",
"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": "0.4"
},
"source_files": "Sources",
"frameworks": "Foundation",
"libraries": "xml2",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}