blob: de826f9f51eb687f972caedd08be57238706be47 [file] [log] [blame]
{
"name": "QTc",
"version": "3.5",
"summary": "Framework for doing QTc calculations",
"description": "The goal is to provide an exhaustive set of documented and tested corrected QT (QTc) formulas for using in medical apps.",
"homepage": "https://epstudiossoftware.com",
"license": "Apache License, Version 2.0",
"authors": {
"David Mann": "mannd@epstudiossoftware.com"
},
"social_media_url": "https://twitter.com/manndmd",
"platforms": {
"ios": "8.1",
"osx": "10.10"
},
"source": {
"git": "https://github.com/mannd/QTc.git",
"tag": "3.5"
},
"source_files": [
"CommonSource",
"CommonSource/**/*.{h,m}"
],
"exclude_files": "CommonTests"
}