blob: 199be5bc8d49630cc9e2ff44664cc3021650283f [file] [log] [blame]
{
"name": "Calabash-server",
"version": "0.9.35",
"license": "Eclipse Public License 1.0",
"platforms": {
"ios": null
},
"summary": "Calabash is an automated testing technology for Android and iOS native and hybrid applications.",
"homepage": "https://github.com/calabash/calabash-ios-server",
"authors": {
"Karl Krukow": "karl.krukow@gmail.com"
},
"source": {
"git": "https://github.com/calabash/calabash-ios-server.git",
"tag": "v0.9.35"
},
"source_files": "calabash/Classes/**/*.*",
"exclude_files": "**/*{LPScreencastRoute,ScreenCaptureView}*",
"header_mappings_dir": ".",
"frameworks": "CFNetwork",
"xcconfig": {
"OTHER_LINKER_FLAGS": "-force_load \"$(PODS_ROOT)/Calabash-server/calabash.framework/calabash\" -lstdc++"
},
"requires_arc": false
}