2 "name": "Combinations",
4 "summary": "Blazingly fast test generator suited for boundary and brute force testing.",
5 "description": "Combinations is an iOS testing utility framework suited for fast boundary testing. \nIt gets a set of input test data values and transforms it in run-time tests for each generated combination of values.",
6 "homepage": "https://github.com/alexmx/Combinations",
8 "authors": "Alex Maimescu",
13 "git": "https://github.com/alexmx/Combinations.git",
16 "source_files": "Combinations/**/*.{h,m,swift}",
21 "frameworks": "XCTest",
23 "user_target_xcconfig": {
24 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
26 "pod_target_xcconfig": {
27 "ENABLE_BITCODE": "NO"
29 "pushed_with_swift_version": "4.0"