[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 2 / 5 / 6 / ZipChatFramework / 0.2.2 / ZipChatFramework.podspec.json
blobb0247e076baa5b0af1bba045abacdf9795e8fa37
2   "name": "ZipChatFramework",
3   "version": "0.2.2",
4   "summary": "ZipChatFramework useful for chat.",
5   "description": "ZipChatFramework useful chat framework.",
6   "homepage": "https://gitlab.com/keerthiv/zipchat",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "keerthiv": "keerthi@sparkouttech.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/keerthiv/zipchat.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "11.2"
20   },
21   "swift_version": "4.2",
22   "source_files": "ZipChat/**/*.{h,m,swift}",
23   "requires_arc": true,
24   "static_framework": true,
25   "dependencies": {
26     "Alamofire": [
28     ],
29     "DropDown": [
31     ],
32     "Firebase/Core": [
34     ],
35     "Firebase/Auth": [
37     ],
38     "Firebase/Database": [
40     ],
41     "Firebase/Messaging": [
43     ],
44     "Fabric": [
46     ],
47     "Crashlytics": [
49     ],
50     "SDWebImageWebPCoder": [
52     ],
53     "ISEmojiView": [
55     ],
56     "Device.swift": [
58     ],
59     "SwiftyJSON": [
61     ],
62     "NVActivityIndicatorView": [
64     ],
65     "AlamofireImage": [
67     ],
68     "SQLite.swift": [
70     ],
71     "Reachability": [
73     ],
74     "SwiftDate": [
75       "~> 4.0"
76     ],
77     "KYDrawerController": [
79     ],
80     "UICircularProgressRing": [
82     ],
83     "Stripe": [
85     ],
86     "SinchRTC": [
88     ],
89     "GooglePlacePicker": [
91     ]
92   },
93   "xcconfig": {
94     "HEADER_SEARCH_PATHS": "$PODS_ROOT/BuildHeaders",
95     "OTHER_LDFLAGS": "$(inherited)"
96   },
97   "resource_bundles": {
98     "ZipChatFramework": [
99       "ZipChat/**/*.{storyboard,xib}"
100     ]
101   }