| { |
| "name": "AircallDesignSystem", |
| "version": "0.1", |
| "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/aircall-ios-design-system", |
| "license": "MIT", |
| "authors": { |
| "Aircall": "dev@aircall.io" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "." |
| }, |
| "source_files": [ |
| "DesignSystem/**/*.swift", |
| "Generated/DesignSystem/*.swift" |
| ], |
| "resources": [ |
| "DesignSystem/**/*.xib", |
| "DesignSystem/Assets.xcassets", |
| "DesignSystem/Fonts/*.otf" |
| ], |
| "swift_versions": "5.0", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Sourcery": [ |
| |
| ], |
| "R.swift": [ |
| |
| ], |
| "PhoneNumberKit": [ |
| "~> 3.0" |
| ], |
| "MaterialComponents/ActivityIndicator": [ |
| |
| ], |
| "Kingfisher": [ |
| |
| ], |
| "SkeletonView": [ |
| |
| ], |
| "NWSTokenView": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |