blob: 634b530ac352784a7e6b8ade4b50e3ad58dd0988 [file] [log] [blame]
{
"name": "FanapPodChatSDK",
"version": "0.10.0.0",
"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/FanapSoft/pod-chat-ios-sdk",
"license": "MIT",
"authors": {
"Hamed Hosseini": "hamed8080@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/FanapSoft/pod-chat-ios-sdk.git",
"tag": "0.10.0.0"
},
"source_files": "Pod-Chat-iOS-SDK/Chat/**/*.{h,swift,xcdatamodeld,m,momd}",
"resources": "Pod-Chat-iOS-SDK/Chat/*.xcdatamodeld",
"frameworks": [
"Foundation",
"CoreData",
"Contacts"
],
"dependencies": {
"FanapPodAsyncSDK": [
"~> 0.9.5.1"
],
"Alamofire": [
"~> 4.8.2"
],
"Sentry": [
"~> 4.3.1"
]
},
"swift_version": "4.0"
}