blob: 22a33147adddb6ffa5eb60572f66beec76a13ee5 [file] [log] [blame]
{
"name": "NamingConventions",
"version": "0.1.0",
"summary": "This provides a solution to parse and convert name/ids from different conventions.",
"swift_version": "4.0",
"description": "This project defines a way to determine the naming convention has been used for a given string, and convert name/IDs with a specific naming-convention, to its equivalent name/ID in other naming-convention.",
"homepage": "https://github.com/Acidmanic/SwiftNamingConventions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Acidmanic": "acidmanic.moayedi@gmail.com"
},
"source": {
"git": "https://github.com/Acidmanic/SwiftNamingConventions.git",
"tag": "0.1.0"
},
"social_media_url": "https://about.me/moayedi",
"platforms": {
"ios": "9.3"
},
"source_files": "NamingConventions/Classes/**/*"
}