blob: 085e8e443b35f157f21057a7b6830e3084b80d72 [file] [log] [blame]
{
"name": "ChatBotPro",
"version": "1.0.3",
"summary": "Pod for ChatBotPro.",
"description": "Pod for ChatBot",
"homepage": "https://www.example.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ranapn123": "ranapnm@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ranapnm123/ChatBotPro.git",
"tag": "1.0.3"
},
"source_files": [
"ChatBotPro",
"ChatBotPro/**/*.{h,m}"
],
"exclude_files": "ChatBotPro/**/LaunchScreen.storyboard",
"resource_bundles": {
"ChatBotPro": [
"ChatBotPro/**/*.{png,jpg,storyboard,xib,lproj,xcassets}"
]
},
"static_framework": true,
"dependencies": {
"Firebase/Core": [
],
"Vertigo": [
],
"FirebaseMessaging": [
]
}
}