blob: f6b5e7a2922762f2f5510ec3f60469aca0d94cbf [file] [log] [blame]
{
"name": "MatrixKit",
"version": "0.2.3",
"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 (http://www.matrix.org).",
"homepage": "http://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": "6.0"
},
"source": {
"git": "https://github.com/matrix-org/matrix-ios-kit.git",
"tag": "v0.2.3"
},
"source_files": [
"MatrixKit",
"MatrixKit/**/*.{h,m}"
],
"resources": [
"MatrixKit/**/*.{xib}",
"MatrixKit/Assets/MatrixKitAssets.bundle"
],
"requires_arc": true,
"dependencies": {
"MatrixSDK": [
"~> 0.5.3"
],
"HPGrowingTextView": [
"~> 1.1"
],
"libPhoneNumber-iOS": [
"~> 0.7.6"
]
}
}