blob: 7534acd3ac84071f8a2ee9e511bdbf7904606f53 [file] [log] [blame]
{
"name": "TaskDefinitionParser",
"version": "1.0.0",
"swift_version": "4.1",
"summary": "A Library That Converts Task Definitions into Swift-Useable Objects/Models.",
"description": "A Library That Converts 'Task Definitions' into Swift-Useable Objects/Models.\n\nThis library will serve many projects and be as generic as posible.",
"homepage": "https://gitlab.com/QodeHealthSolutions/TaskDefinitionParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Phillip Jacobs": "phillipj@qode.healthcare"
},
"source": {
"git": "https://gitlab.com/QodeHealthSolutions/TaskDefinitionParser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "TaskDefinitionParser/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
]
}
}