blob: 0eb44add24732bb46295ca04b8c93d69504872db [file] [log] [blame]
{
"name": "MessageKit",
"version": "3.0.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "An elegant messages UI library for iOS.",
"homepage": "https://github.com/MessageKit/MessageKit",
"social_media_url": "https://twitter.com/nathantannar4",
"authors": {
"Nathan Tannar": "nathantannar4@gmail.com"
},
"source": {
"git": "https://github.com/MessageKit/MessageKit.git",
"tag": "3.0.0"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"ios": {
"resource_bundles": {
"MessageKitAssets": "Assets/MessageKitAssets.bundle/Images"
}
},
"requires_arc": true,
"dependencies": {
"InputBarAccessoryView": [
"~> 4.2.2"
]
}
}