blob: bca776a124fa713762b637fbfedd48808f451af0 [file] [log] [blame]
{
"name": "CachingExtension",
"version": "1.0.7.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.7.beta"
},
"source_files": "CachingExtension.framework/Headers/*.{h,m,swift}",
"libraries": [
"z",
"sqlite3",
"xml2.2"
],
"vendored_frameworks": "CachingExtension.framework",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"documentation_url": "https://prodocs.cometchat.com/docs/ios-quick-start",
"frameworks": "CachingExtension",
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "11.2"
},
"dependencies": {
"CometChatPro": [
],
"RealmSwift": [
"~> 3.16.1"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}