blob: 4ddc355b9eb06c1b8dc82078ee3bf90c2332e81e [file] [log] [blame]
{
"name": "ShineUpdater",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "Shine/**/*.{swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"dependencies": {
"SWXMLHash": [
"~> 4.6.0"
]
}
}