2 "name": "CleanArchKit",
4 "swift_versions": "5.0",
5 "summary": "An iOS library to create a project with the Clean Architecture using Router and MVVM pattern.",
6 "description": "CleanArchKit is an iOS framework developed in Swift that implements Clean Architecture in a project using the MVVM (Model-View-ViewModel) pattern, as well as Router for managing navigation between screens. It provides base classes for view controllers, view models, and routers, as well as protocols for input and output of view models.",
7 "homepage": "https://github.com/k-angama/iOS-CleanArchKit",
13 "kangama": "karim.angama@gmail.com"
16 "git": "https://github.com/k-angama/iOS-CleanArchKit.git",
19 "social_media_url": "https://twitter.com/k_angama",
23 "source_files": "CleanArchKit/**/*.{swift}",
24 "exclude_files": "CleanArchKit/CleanArchKitTests/**/*.{swift}",
25 "frameworks": "UIKit",
26 "swift_version": "5.0"