blob: e21eda0c4dfb77dd6682b1645fb7ee59d212be82 [file] [log] [blame]
{
"name": "Combinations",
"version": "1.0.0",
"summary": "Brute-force unit & UI testing. Generates tests on the fly.",
"description": "Combinations is an iOS testing utility framework suited for fast boundary testing. It gets a set of input test data values and transforms it in run-time tests for each generated combination of values.",
"homepage": "https://github.com/alexmx/Combinations",
"license": "MIT",
"authors": {
"Alex Maimescu": "maimescu.alex@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alexmx/Combinations.git",
"tag": "v1.0.0"
},
"source_files": "Combinations/**/*.{h,m,swift}",
"libraries": [
"xml2",
"z"
],
"frameworks": "XCTest",
"requires_arc": true,
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"pushed_with_swift_version": "3.0"
}