blob: b439382aad6858db11ad6ee633c7d4ea2db979e6 [file] [log] [blame]
{
"name": "FirebaseCheckVersion",
"version": "1.0.1",
"summary": "Notify users about updates",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CheckVersion/Classes/**/*",
"dependencies": {
"Firebase/RemoteConfig": [
]
},
"static_framework": true
}