blob: a5c518e04a2d3529942b853d1020919208d44f03 [file] [log] [blame]
{
"name": "PHDUtilities",
"version": "0.1.1",
"summary": "PHDUtilities is a collection of utility classes, created in swift, that allows for further use of the standard swift functions.",
"description": "TODO: Add long description of the pod here.\n\nPHDUtilities is a collection of utility classes, created in swift, that allows for further use of the standard swift functions. This library includes items that allow for faster design and integration without the hassle.",
"homepage": "https://gitlab.com/PHDLabsTemplates/iOS-Development/PHDUtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Justin Goulet": "jstngoulet@me.com"
},
"source": {
"git": "https://gitlab.com/PHDLabsTemplates/iOS-Development/PHDUtilities",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "PHDUtilities/Classes/**/*",
"dependencies": {
"UtilitiesInSwift": [
"~> 1.2"
]
},
"pushed_with_swift_version": "4.0"
}