blob: 810a222d9f058556e060da49b961e659d1fc19c7 [file] [log] [blame]
{
"name": "PESimu-Select",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.1"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": [
"**/*Tests/*.*",
"**/DemoApp/*"
],
"requires_arc": true,
"dependencies": {
"PEObjc-Commons": [
],
"PEWire-Control": [
]
}
}