[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / f / 6 / d / MCChat / 0.0.3 / MCChat.podspec.json
blob607a2de0cead386e699627106f0b9f8a6e328706
2   "name": "MCChat",
3   "version": "0.0.3",
4   "summary": "A library facilitating chat over multipeer connectivity.",
5   "description": "MCChat is a library that facilitates chat using the multipeer connectivity framework.You can chat, select avatars, input personal information, see where people are without the need of any server setup!",
6   "homepage": "https://github.com/moray95/MCChat",
7   "license": "MIT",
8   "authors": {
9     "Moray Baruh": "moraybaruh@me.com"
10   },
11   "source": {
12     "git": "https://github.com/moray95/MCChat.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MCChat": [
22       "Pod/Assets/*"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "MapKit",
28     "CoreLocation",
29     "MultipeerConnectivity"
30   ],
31   "dependencies": {
32     "JSQMessagesViewController": [
34     ]
35   }