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