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