blob: 692a3bda916a2861b11481138ec20b4f348393e1 [file] [log] [blame]
{
"name": "CachingExtension",
"version": "1.0.1.beta",
"license": {
"type": "MIT",
"file": "License.md"
},
"homepage": "https://www.cometchat.com/pro",
"authors": {
"Jeet Kapadia": "jeet.kapadia@inscripts.in"
},
"summary": "caching Extension helps you to store your messages locally without any hassle",
"source": {
"git": "https://github.com/jeetkapadia/CometChatCachingExtension.git",
"tag": "1.0.1.beta"
},
"source_files": "CachingExtension.framework/Headers/*.{h,m,swift}",
"libraries": [
"z",
"sqlite3",
"xml2.2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"documentation_url": "https://prodocs.cometchat.com/docs/ios-quick-start",
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "11.0"
},
"dependencies": {
"CometChatPro": [
]
}
}