blob: b87c85a028e615239a32617276e2a420dfa1126f [file] [log] [blame]
{
"name": "FirebaseCheckVersion",
"version": "1.0.6",
"summary": "Notify users about updates of your application",
"swift_version": "4.1.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.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CheckVersion/Classes/**/*",
"dependencies": {
"Firebase/RemoteConfig": [
]
},
"static_framework": true
}