| { | |
| "name": "BRI", | |
| "version": "1.0.2", | |
| "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": "1.0.2" | |
| }, | |
| "source_files": [ | |
| "BRIck/*.h", | |
| "BRIck/**/*.swift" | |
| ], | |
| "swift_version": "4.2" | |
| } |