2 "name": "Combinations",
4 "summary": "Combinations is an iOS testing utility framework suited for fast boundary testing.",
5 "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.",
6 "homepage": "https://github.com/alexmx/Combinations",
9 "Alex Maimescu": "maimescu.alex@gmail.com"
15 "git": "https://github.com/alexmx/Combinations.git",
18 "source_files": "Combinations/**/*.{h,m,swift}",
23 "frameworks": "XCTest",
25 "user_target_xcconfig": {
26 "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
28 "pod_target_xcconfig": {
29 "ENABLE_BITCODE": "NO"
31 "pushed_with_swift_version": "3.0",