blob: e680c0c20e450deccb66b1f02c0c9e28a4738fe5 [file] [log] [blame]
{
"name": "NamingConventions",
"version": "1.1.3",
"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": "1.1.3"
},
"social_media_url": "https://about.me/moayedi",
"platforms": {
"ios": "9.3",
"osx": "10.12",
"watchos": "3.2",
"tvos": "10.2"
},
"source_files": "NamingConventions/Classes/**/*"
}