blob: fa18b4b22d0d819f87a5e184241c018e770fdf6e [file] [log] [blame]
{
"name": "TapUIKit-iOS",
"version": "1.0.1",
"summary": "A collection of inner Tap UI components generically developed to fit into any of Tap's apps.",
"description": "This kit contains a generic set of UI components that are themamble and localizable. The UI components are developed in a standalone manner with input/output contracts making them reusable as possible.",
"homepage": "https://github.com/Tap-Payments/TapUIKit-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"O Rabie": "o.rabie@tap.company"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Tap-Payments/TapUIKit-iOS.git",
"tag": "1.0.1"
},
"source_files": "TapUIKit-iOS/TapUIKit-iOS/Core/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"SnapKit": [
],
"TapThemeManager2020": [
],
"MOLH": [
],
"LocalisationManagerKit-iOS": [
],
"CommonDataModelsKit-iOS": [
],
"PullUpController": [
],
"SimpleAnimation": [
],
"MapleBacon": [
],
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "4.2"
}