blob: ab57280198d25d07fa4b83f63c323e8b711cbf65 [file] [log] [blame]
{
"name": "ResponseDetective",
"version": "0.2",
"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.2"
},
"source_files": "ResponseDetective/Source Files",
"frameworks": "Foundation",
"libraries": "xml2",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
}
}