blob: 06caf6329e87950ad0f445eaf54289196769042f [file] [log] [blame]
{
"name": "MatrixKit",
"version": "0.5.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/matrix-org/matrix-ios-kit.git",
"tag": "v0.5.1"
},
"source_files": [
"MatrixKit",
"MatrixKit/**/*.{h,m}"
],
"resources": "MatrixKit/**/*.{xib}",
"resource_bundles": {
"MatrixKit": [
"MatrixKit/Assets/MatrixKitAssets.bundle/**"
]
},
"requires_arc": true,
"dependencies": {
"MatrixSDK": [
"0.8.1"
],
"HPGrowingTextView": [
"~> 1.1"
],
"libPhoneNumber-iOS": [
"~> 0.9.10"
],
"DTCoreText": [
"~> 1.6.17"
],
"cmark": [
"~> 0.24.1"
]
}
}