blob: 25176a5d089031dc8252c1b2507e36cebcd294c8 [file] [log] [blame]
{
"name": "PEWire-Control",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "8.4"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"PEObjc-Commons": [
"~> 1.0.73"
],
"KissXML": [
"~> 5.0"
],
"PEXML-Utils": [
"~> 1.0.3"
],
"OHHTTPStubs": [
"~> 3.1.10"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}