[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / a / 0 / NamingConventions / 1.0.0 / NamingConventions.podspec.json
blob24b0733b081ea47ca01f8b82e65756fc7cf80a09
2   "name": "NamingConventions",
3   "version": "1.0.0",
4   "summary": "This provides a solution to parse and convert name/ids from different conventions.",
5   "swift_version": "4.0",
6   "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.",
7   "homepage": "https://github.com/Acidmanic/SwiftNamingConventions",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Acidmanic": "acidmanic.moayedi@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Acidmanic/SwiftNamingConventions.git",
17     "tag": "1.0.0"
18   },
19   "social_media_url": "https://about.me/moayedi",
20   "platforms": {
21     "ios": "9.3"
22   },
23   "source_files": "NamingConventions/Classes/**/*"