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