blob: f307056ba8037b97904bf960c057be3b0ec72eba [file] [log] [blame]
{
"name": "Aircall-Design-System",
"version": "0.0.3",
"summary": "Aircall Design System.",
"description": "A project that brings DesignSystem Pod and its sample app for prototyping and versioning all the components.\n * This pod is used in the Aircall app to add Design system components.",
"homepage": "https://github.com/aircall",
"license": "MIT",
"authors": {
"Aircall": "dev@aircall.io"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "."
},
"source_files": "DesignSystem/**/*.swift",
"resources": [
"DesignSystem/**/*.xib",
"DesignSystem/Assets.xcassets",
"DesignSystem/Fonts/*.otf"
],
"resource_bundles": {
"Aircall-Design-System": [
"DesignSystem/**/*.{otf}"
]
},
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"Sourcery": [
],
"R.swift": [
],
"PhoneNumberKit": [
"~> 3.0"
],
"MaterialComponents/ActivityIndicator": [
],
"Kingfisher": [
],
"SkeletonView": [
],
"NWSTokenView": [
]
},
"deprecated": true,
"swift_version": "5.0"
}