blob: 674975c08c340643640e4ad11418278715f50cde [file] [log] [blame]
{
"name": "MISEnterpriseUpdater",
"version": "1.0.0",
"summary": "Simple component to check if an iOS Enterprise build needs an update.",
"description": " Simple component to check if an iOS Enterprise build needs an update.\n\n MISEnterpriseUpdater uses ARC and supports iOS 7.0+\n",
"homepage": "https://github.com/maicki/MISEnterpriseUpdater",
"license": "MIT",
"authors": {
"Michael Schneider": "mischneider1@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/maicki/MISEnterpriseUpdater.git",
"tag": "1.0.0"
},
"source_files": "MISEnterpriseUpdater-ObjC",
"public_header_files": "MISEnterpriseUpdater-ObjC/**/*.h",
"frameworks": "UIKit"
}