[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / b / 9 / 2 / Combinations / 1.0.0 / Combinations.podspec.json
blob80cc9cbc89074b3e64b1d6a0fc62e65fc83800f8
2   "name": "Combinations",
3   "version": "1.0.0",
4   "summary": "Brute-force unit & UI testing. Generates tests on the fly.",
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",
7   "license": "MIT",
8   "authors": {
9     "Alex Maimescu": "maimescu.alex@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/alexmx/Combinations.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": "Combinations/**/*.{h,m,swift}",
19   "libraries": [
20     "xml2",
21     "z"
22   ],
23   "frameworks": "XCTest",
24   "requires_arc": true,
25   "user_target_xcconfig": {
26     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
27   },
28   "pod_target_xcconfig": {
29     "ENABLE_BITCODE": "NO"
30   },
31   "pushed_with_swift_version": "3.0",
32   "deprecated": true