blob: 994c0ac38f554bf1582a4eec729baa8fd02a7476 [file] [log] [blame]
{
"name": "FanapPodChatSDK",
"version": "0.5.2",
"summary": "Fanap's POD Chat SDK",
"description": "This Package is used for creating chat apps for companies whoes want to use Fanap Chat Services; This Package will use Fanap-Pod-Async-SDK",
"homepage": "https://github.com/Mahyar1990/Fanap-Chat-SDK",
"license": "MIT",
"authors": {
"Mahyar": "mahyar.zhiani@icloud.com"
},
"platforms": {
"ios": "11.2"
},
"source": {
"git": "https://github.com/Mahyar1990/Fanap-Chat-SDK.git",
"tag": "0.5.2"
},
"source_files": "Pod-Chat-iOS-SDK/Chat/**/*.{h,swift,xcdatamodeld,m,momd}",
"resource_bundles": {
"Pod-Chat-iOS-SDK": [
"Pod-Chat-iOS-SDK/Chat/*.xcdatamodeld"
]
},
"frameworks": [
"Foundation",
"CoreData",
"Contacts"
],
"dependencies": {
"FanapPodAsyncSDK": [
],
"Alamofire": [
"~> 4.8.2"
]
}
}