[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 4 / CombinationGenerator / 0.2.1 / CombinationGenerator.podspec.json
blob2bcb1257367bdcdf1f058c48eb56342d493d8c5d
2   "name": "CombinationGenerator",
3   "version": "0.2.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/cosmicfools/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/cosmicfools/CombinationGenerator.git",
16     "tag": "0.2.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.2"
24   },
25   "swift_versions": "5.2",
26   "source_files": "Sources/CombinationGenerator/**/*",
27   "dependencies": {
28     "Runtime": [
29       "~> 2.1"
30     ]
31   },
32   "swift_version": "5.2"