blob: 544bdaf7985000ead543ba961e6ee159600ebbd1 [file] [log] [blame]
{
"name": "PatientDetailModule",
"version": "0.0.1",
"summary": "A sample PatientDetail module.",
"description": "Patient Detail Module is an example implementation of a test module that can be addressible by its containing application using HTTP GET. The module will show a detail screen if correct parameter is passed in URL or shows an error screen.",
"homepage": "https://github.com/akhilrajtr/PatientDetailModule",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Akhilraj Rajkumar": "https://github.com/akhilrajtr"
},
"source": {
"git": "https://github.com/akhilrajtr/PatientDetailModule.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Module/**/*",
"resources": "Asset/*.storyboard",
"dependencies": {
"AppModules": [
]
},
"pushed_with_swift_version": "3.0"
}