[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / 2 / 1 / CachingExtension / 1.0.6.beta / CachingExtension.podspec.json
blob1585cd7a4067d7fbd512a4d3712c4746e58f8d94
2   "name": "CachingExtension",
3   "version": "1.0.6.beta",
4   "license": {
5     "type": "MIT",
6     "file": "License.md"
7   },
8   "homepage": "https://www.cometchat.com/pro",
9   "authors": {
10     "Jeet Kapadia": "jeet.kapadia@inscripts.in"
11   },
12   "summary": "caching Extension helps you to store your messages locally without any hassle",
13   "source": {
14     "git": "https://github.com/jeetkapadia/CometChatCachingExtension.git",
15     "tag": "1.0.6.beta"
16   },
17   "source_files": "CachingExtension.framework/Headers/*.{h,m,swift}",
18   "libraries": [
19     "z",
20     "sqlite3",
21     "xml2.2"
22   ],
23   "vendored_frameworks": "CachingExtension.framework",
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "documentation_url": "https://prodocs.cometchat.com/docs/ios-quick-start",
28   "frameworks": "CachingExtension",
29   "exclude_files": "Classes/Exclude",
30   "platforms": {
31     "ios": "12.2"
32   },
33   "dependencies": {
34     "CometChatPro": [
36     ],
37     "RealmSwift": [
38       "~> 3.16.1"
39     ]
40   },
41   "swift_versions": "5.0",
42   "swift_version": "5.0"