blob: 607a2de0cead386e699627106f0b9f8a6e328706 [file] [log] [blame]
{
"name": "MCChat",
"version": "0.0.3",
"summary": "A library facilitating chat over multipeer connectivity.",
"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!",
"homepage": "https://github.com/moray95/MCChat",
"license": "MIT",
"authors": {
"Moray Baruh": "moraybaruh@me.com"
},
"source": {
"git": "https://github.com/moray95/MCChat.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MCChat": [
"Pod/Assets/*"
]
},
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation",
"MultipeerConnectivity"
],
"dependencies": {
"JSQMessagesViewController": [
]
}
}