[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / f / 4 / CombinationGenerator / 0.1.1 / CombinationGenerator.podspec.json
blobb7a44d3065987274e47b930d1e45aee3becdcf5d
2   "name": "CombinationGenerator",
3   "version": "0.1.1",
4   "summary": "CombinationGenerator allows you to generate as many combinations for as you want for a concrete DataModel",
5   "description": "CombinationGenerator is so useful to explore and test all the possibilities that a concrete DataModule could have. It could be applied for Testing or UITesting purpose, for populate all the possible values or simply to use brute force.",
6   "homepage": "https://github.com/fjtrujy/CombinationGenerator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Francisco Javier Trujillo Mata": "fjtrujy@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fjtrujy/CombinationGenerator.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/fjtrujy",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "swift_versions": "5.0",
26   "source_files": "CombinationGenerator/Classes/**/*",
27   "dependencies": {
28     "Runtime": [
29       "~> 2.1"
30     ]
31   },
32   "swift_version": "5.0"