blob: 66b92446c1786d6a7251db91acfdb7bbbbe3dc11 [file] [log] [blame]
{
"name": "PESimu-Select",
"version": "1.0.4",
"license": "MIT",
"summary": "An iOS static library simplifying the functional testing of web service-enabled apps.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PESimu-Select",
"source": {
"git": "https://github.com/evanspa/PESimu-Select.git",
"tag": "PESimu-Select-v1.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": [
"**/*Tests/*.*",
"**/DemoApp/*"
],
"requires_arc": true,
"dependencies": {
"PEObjc-Commons": [
"~> 1.0.86"
],
"PEWire-Control": [
"~> 1.0.5"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
}
}