blob: 7860524a98c1d7ea3dd923692567f771ccc9aa85 [file] [log] [blame]
{
"name": "MatrixKit",
"version": "0.12.12",
"summary": "The Matrix reusable UI library for iOS based on MatrixSDK.",
"description": "Matrix Kit provides basic reusable interfaces to ease building of apps compatible with Matrix (https://www.matrix.org).",
"homepage": "https://www.matrix.org",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"matrix.org": "support@matrix.org"
},
"social_media_url": "http://twitter.com/matrixdotorg",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/matrix-org/matrix-ios-kit.git",
"tag": "v0.12.12"
},
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"MatrixSDK": [
"0.16.11"
],
"HPGrowingTextView": [
"~> 1.1"
],
"libPhoneNumber-iOS": [
"~> 0.9.13"
],
"DTCoreText": [
"~> 1.6.23"
],
"cmark": [
"~> 0.24.1"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"MatrixKit",
"MatrixKit/**/*.{h,m,swift}",
"Libs/**/*.{h,m,swift}"
],
"resources": [
"MatrixKit/**/*.{xib}",
"MatrixKit/Assets/MatrixKitAssets.bundle"
],
"dependencies": {
"DTCoreText": [
]
}
},
{
"name": "AppExtension",
"source_files": [
"MatrixKit",
"MatrixKit/**/*.{h,m,swift}",
"Libs/**/*.{h,m,swift}"
],
"resources": [
"MatrixKit/**/*.{xib}",
"MatrixKit/Assets/MatrixKitAssets.bundle"
],
"dependencies": {
"DTCoreText/Extension": [
]
}
}
],
"swift_version": "5.0"
}