[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 3 / 6 / 1 / CleanArchKit / 0.1.2 / CleanArchKit.podspec.json
blob2099a221d91b5ba99588134ea2b497b8e971264d
2   "name": "CleanArchKit",
3   "version": "0.1.2",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kangama": "karim.angama@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/k-angama/iOS-CleanArchKit.git",
17     "tag": "0.1.2"
18   },
19   "social_media_url": "https://twitter.com/k_angama",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "CleanArchKit/**/*.{swift}",
24   "exclude_files": "CleanArchKit/CleanArchKitTests/**/*.{swift}",
25   "frameworks": "UIKit",
26   "swift_version": "5.0"