blob: 7e1f425f76cb67f1b7ff4af17bf58405b87a3aaa [file] [log] [blame]
{
"name": "BGMessaging",
"version": "0.5.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.5.1"
},
"source_files": "BGMessaging/Classes/**/*",
"resource_bundles": {
"BGMessaging": [
"BGMessaging/Assets/**/*.{xib, storyboard}"
]
},
"dependencies": {
"BGUserInterface": [
"~> 0.1.1"
]
},
"platforms": {
"ios": "9.0"
}
}