[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / b / BGMessaging / 0.4.0 / BGMessaging.podspec.json
blob7fea3a159f1161a68f7f6452306d194dc6cac580
2   "name": "BGMessaging",
3   "version": "0.4.0",
4   "summary": "A simple messaging UI for iOS.",
5   "description": "Use BGMessaging to add a simple messaging UI to any iOS app.",
6   "homepage": "https://github.com/Bygo/BGMessaging",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicholas Garfield": "nick@bygo.io"
13   },
14   "source": {
15     "git": "https://github.com/Bygo/BGMessaging.git",
16     "tag": "0.4.0"
17   },
18   "source_files": "BGMessaging/Classes/**/*",
19   "resource_bundles": {
20     "BGMessaging": [
21       "BGMessaging/Assets/**/*.{xib, storyboard}"
22     ]
23   },
24   "dependencies": {
25     "BGUserInterface": [
26       "~> 0.1.1"
27     ]
28   },
29   "platforms": {
30     "ios": "9.0"
31   }