blob: 1585cd7a4067d7fbd512a4d3712c4746e58f8d94 [file] [log] [blame]
{
"name": "CachingExtension",
"version": "1.0.6.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.6.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": "12.2"
},
"dependencies": {
"CometChatPro": [
],
"RealmSwift": [
"~> 3.16.1"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}