blob: 0c83d5ab9419245a2d5850114c35debc7009bc5f [file] [log] [blame]
{
"name": "DTFUpgrader",
"version": "1.0.0",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "iOS Library to assist with application upgrades",
"homepage": "https://github.com/darren102/DTFUpgrader",
"authors": {
"Darren Ferguson": "darren102@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/darren102/DTFUpgrader.git",
"branch": "master",
"tag": "1.0.0"
},
"source_files": "DTFUpgrader/*.{h,m}",
"public_header_files": [
"DTFUpgrader/DTFUpgrader.h",
"DTFUpgrader/DTFUpgraderManager.h",
"DTFUpgrader/DTFUpgraderError.h"
]
}