blob: 28e2ccaa5511ccb369ea0656bc358bcc81c276c9 [file] [log] [blame]
{
"name": "CombinationGenerator",
"version": "0.1.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/fjtrujy/CombinationGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francisco Javier Trujillo Mata": "fjtrujy@gmail.com"
},
"source": {
"git": "https://github.com/fjtrujy/CombinationGenerator.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/fjtrujy",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_versions": "5.0",
"source_files": "CombinationGenerator/Classes/**/*",
"dependencies": {
"Runtime": [
"~> 2.1"
]
},
"swift_version": "5.0"
}