blob: a0ca09b452b01e852218f2abb87f9b9a6905c417 [file] [log] [blame]
{
"name": "FirebaseCheckVersion",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CheckVersion/Classes/**/*",
"dependencies": {
"Firebase/RemoteConfig": [
]
},
"static_framework": true
}