blob: 23f1a70ff9be6418e2bcfcb021c2dfb57821c8c7 [file] [log] [blame]
{
"name": "FirebaseCheckVersion",
"version": "1.0.8",
"summary": "Notify users about updates of your application",
"swift_version": "4.2",
"description": "A simple Library that notifies users when a new version of your app is available through Firebase Remote Configuration",
"homepage": "https://github.com/andoma93/FirebaseCheckVersion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andoma93": "andoma93@gmail.com"
},
"source": {
"git": "https://github.com/andoma93/FirebaseCheckVersion.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CheckVersion/Classes/**/*",
"dependencies": {
"Firebase/RemoteConfig": [
]
},
"static_framework": true
}