[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / b / 9 / 2 / Combinations / 0.3 / Combinations.podspec.json
blob9965155591686fd932c1bcbfe5737e7e5b19170b
2   "name": "Combinations",
3   "version": "0.3",
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",
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": "v0.3"
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