blob: d9e85b618baa7e80ff6a102d86bf9ce6cf0bb78e [file] [log] [blame]
{
"name": "SwiftyRemoteConfig",
"version": "0.0.1",
"summary": "Modern Swift API for FirebaseRemoteConfig",
"description": "SwiftyRemoteConfig makes Firebase Remote Config enjoyable to use by combining expressive Swifty API with the benefits fo static typing. This library is strongly inspired by [SwiftyUserDefaults](https://github.com/sunshinejr/SwiftyUserDefaults).",
"homepage": "https://github.com/fumito-ito/SwiftyRemoteConfig",
"license": {
"type": "Apache2.0",
"file": "LICENSE"
},
"authors": {
"Fumito Ito": "weathercook@gmail.com"
},
"social_media_url": "https://twitter.com/fumito_ito",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/fumito-ito/SwiftyRemoteConfig.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"static_framework": true,
"dependencies": {
"FirebaseRemoteConfig": [
"~> 4.9.0"
]
},
"swift_version": "5.2"
}