blob: 2f2a3ebb17fc412485e0ee641e710c3f1a71e1dd [file] [log] [blame]
{
"name": "CombinationGenerator",
"version": "0.2.2",
"summary": "CombinationGenerator allows you to generate as many combinations for as you want for a concrete DataModel",
"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.",
"homepage": "https://github.com/cosmicfools/CombinationGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francisco Javier Trujillo Mata": "fjtrujy@gmail.com"
},
"source": {
"git": "https://github.com/cosmicfools/CombinationGenerator.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/fjtrujy",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.2"
},
"swift_versions": "5.2",
"source_files": "Sources/CombinationGenerator/**/*",
"dependencies": {
"Runtime": [
"~> 2.2.2"
]
},
"swift_version": "5.2"
}