[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / b / BGMessaging / 0.5.1 / BGMessaging.podspec.json
blob7e1f425f76cb67f1b7ff4af17bf58405b87a3aaa
2   "name": "BGMessaging",
3   "version": "0.5.1",
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.5.1"
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   }