blob: 60792906fbb26a879e22bf40f9dcaea536e3e34a [file] [log] [blame]
{
"name": "PEWire-Control",
"version": "1.0.5",
"license": "MIT",
"summary": "An iOS library for the easy stubbing of HTTP responses using simple XML files.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PEWire-Control",
"source": {
"git": "https://github.com/evanspa/PEWire-Control.git",
"tag": "PEWire-Control-v1.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"PEObjc-Commons": [
"~> 1.0.86"
],
"KissXML": [
"~> 5.0"
],
"PEXML-Utils": [
"~> 1.0.4"
],
"OHHTTPStubs": [
"~> 3.1.10"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}