blob: 91511402dc32b853ffba812fcb04e3ad199e0ad0 [file] [log] [blame]
{
"name": "Combinations",
"version": "0.3",
"summary": "Combinations is an iOS testing utility framework suited for fast boundary testing.",
"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": "v0.3"
},
"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"
}