[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 9 / 2 / Combinations / 1.0.1 / Combinations.podspec.json
blob853b35652db66ac589655a73a5c8070ca2a1ef38
2   "name": "Combinations",
3   "version": "1.0.1",
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",
7   "license": "MIT",
8   "authors": "Alex Maimescu",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/alexmx/Combinations.git",
14     "tag": "v1.0.1"
15   },
16   "source_files": "Combinations/**/*.{h,m,swift}",
17   "libraries": [
18     "xml2",
19     "z"
20   ],
21   "frameworks": "XCTest",
22   "requires_arc": true,
23   "user_target_xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
25   },
26   "pod_target_xcconfig": {
27     "ENABLE_BITCODE": "NO"
28   },
29   "pushed_with_swift_version": "4.0"