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