blob: 8afc990e900fbe45e8fefe1cdc8b4764d15e001a [file] [log] [blame]
{
"name": "PEWire-Control",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.1"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"dependencies": {
"PEObjc-Commons": [
],
"PEXML-Utils": [
],
"OHHTTPStubs": [
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}