blob: 8883b1be2bbb6eddf9f8b43ab46f0f558517ad25 [file] [log] [blame]
{
"name": "BGMessaging",
"version": "0.2.1",
"summary": "A simple messaging UI for iOS.",
"description": "Use BGMessaging to add a simple messaging UI to any iOS app.",
"homepage": "https://github.com/Bygo/BGMessaging",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Garfield": "nick@bygo.io"
},
"source": {
"git": "https://github.com/Bygo/BGMessaging.git",
"tag": "0.2.1"
},
"source_files": "BGMessaging/Classes/**/*",
"resource_bundles": {
"BGMessaging": [
"BGMessaging/Assets/**/*.{xib, storyboard}"
]
},
"platforms": {
"ios": "9.0"
}
}