blob: 0b1044d853825639a4977eaf691876aa17835754 [file] [log] [blame]
{
"name": "Randy",
"version": "0.0.1",
"summary": "Random value generation made easy.",
"license": {
"type": "MIT"
},
"description": "This library provides easy to use functions that generate random values that you can use to test your app or speed up the development process.",
"homepage": "https://github.com/akun1/Randy",
"authors": {
"Akash Kundu": "dev.akashkundu@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/akun1/Randy.git",
"tag": "0.0.1"
},
"source_files": "Randy/Classes/**/*",
"exclude_files": "Classes/Exclude"
}