blob: abd1d9247d77acc8ed967328a230817de331a4dd [file] [log] [blame]
{
"name": "UpdateCenter",
"module_name": "UpdateCenter",
"version": "0.1.3",
"summary": "A short description of UpdateCenter.",
"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.3"
},
"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"
]
}