[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / a / 0 / NamingConventions / 0.1.06 / NamingConventions.podspec.json
blob8ded57c2e2e109287ff08f8a0a5ea4236ded8160
2   "name": "NamingConventions",
3   "version": "0.1.06",
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": "0.1.06"
18   },
19   "social_media_url": "https://about.me/moayedi",
20   "platforms": {
21     "ios": "9.3"
22   },
23   "source_files": "NamingConventions/Classes/**/*"