blob: 67d5232ef33a4a67b0e1fe7952b8e422f8ac5c4a [file] [log] [blame]
{
"name": "CoreRemoteSettings",
"version": "0.1.1",
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"summary": "A core definitions of RemoteSettings.",
"description": "These base protocols enables you to decouple RemoteSettings from third-pary agencies.",
"homepage": "https://github.com/congncif/RemoteSettings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NGUYEN CHI CONG": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/RemoteSettings.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"CoreRemoteSettings/Core": [
]
}
},
{
"name": "Core",
"source_files": "RemoteSettings/RemoteSettings/**/*"
},
{
"name": "RxSwift",
"source_files": "RemoteSettings/RemoteSettings+Rx/**/*",
"dependencies": {
"CoreRemoteSettings/Core": [
],
"RxSwift": [
]
}
}
],
"swift_version": "5.3"
}