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