blob: d8d897dd18cdaff3df47fa76e8be2bf1c340b97c [file] [log] [blame]
{
"name": "ShineUpdater",
"version": "1.3.0",
"summary": "An Enterprise app update framework for iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cory Imdieke": "cimdieke@eightythreecreative.com"
},
"homepage": "http://www.eightythreecreative.com",
"source": {
"git": "https://github.com/EightyThreeCreative/ShineUpdater.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.0",
"source_files": "Shine/**/*.{swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"SWXMLHash": [
"~> 5.0"
]
},
"swift_version": "5.0"
}