blob: 4862aa55582af9188bcf6be11e8731f85c659087 [file] [log] [blame]
{
"name": "BRI",
"version": "2.0.0",
"summary": "BRIck is mobile architecture.",
"description": "BRIck is mobile architecture based on RIBs but without RxSwift.",
"homepage": "https://github.com/gorillka/BRIck",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artem Orynko": "a.orynko@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/gorillka/BRIck.git",
"tag": "2.0.0"
},
"source_files": [
"Sources/BRIck/*.h",
"Sources/BRIck/**/*.swift"
],
"swift_versions": "5.1",
"swift_version": "5.1"
}