blob: 298daa36ef6a65ce308e5f3aa44d7460fc9f172a [file] [log] [blame]
{
"name": "UpdateCenter",
"module_name": "UpdateCenter",
"version": "0.1.4",
"summary": "Manage your application updates from remote source (API / Firebase). UpdateCenter library notifies you when there are new updates for your app.",
"description": "Library to manage application updates in app",
"homepage": "https://github.com/unitedclassifiedsapps/updatecenter.ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"United Classifieds s.r.o.": "unitedclassifiedsapps@gmail.com"
},
"source": {
"git": "https://github.com/unitedclassifiedsapps/updatecenter.ios.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "UpdateCenter/Classes/**/*",
"resource_bundles": {
"UpdateCenter": [
"UpdateCenter/Assets/*.plist"
]
},
"dependencies": {
"Firebase/RemoteConfig": [
"4.13.0"
]
},
"frameworks": [
"FirebaseABTesting",
"FirebaseCore",
"FirebaseCoreDiagnostics",
"FirebaseInstanceID",
"FirebaseNanoPB",
"FirebaseRemoteConfig"
]
}