[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 2 / 1 / 0 / TapTalk / 1.0.9 / TapTalk.podspec.json
blobf6f8e6aa8e9769e93c6b9ad46b28656ddab1b0d9
2   "name": "TapTalk",
3   "version": "1.0.9",
4   "summary": "TapTalk.io is a complete in-app chat SDK and messaging API. Its in-app chat feature give you and your user the best in-app chat experience, it provides you with UI Based implementation and code based implementation and fully customizable.",
5   "homepage": "https://taptalk.io",
6   "license": "MIT",
7   "authors": {
8     "Ritchie Nathaniel": "ritchie@taptalk.io",
9     "Dominic Vedericho": "dominic@taptalk.io"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/taptalk-io/taptalk.io-ios.git",
16     "tag": "1.0.9"
17   },
18   "source_files": [
19     "TapTalk",
20     "TapTalk/*{h,m}",
21     "TapTalk/**/*.{h,m}",
22     "TapTalk/**/**/*.{h,m}"
23   ],
24   "resources": "TapTalk/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,ttf,otf}",
25   "static_framework": true,
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.1.0"
29     ],
30     "SocketRocket": [
32     ],
33     "JSONModel": [
34       "~> 1.1"
35     ],
36     "Realm": [
37       "3.13.1"
38     ],
39     "SDWebImage": [
40       "4.4.2"
41     ],
42     "ZBarSDK": [
43       "~> 1.3"
44     ],
45     "PodAsset": [
47     ],
48     "GooglePlaces": [
50     ],
51     "GooglePlacePicker": [
53     ],
54     "GoogleMaps": [
56     ],
57     "ZSWTappableLabel": [
58       "~> 2.0"
59     ]
60   },
61   "prefix_header_contents": [
62     "#import \"Configs.h\"",
63     "#import \"TAPStyle.h\"",
64     "#import \"AFNetworkActivityIndicatorManager.h\"",
65     "#import \"NSUserDefaults+MPSecureUserDefaults.h\"",
66     "#import \"PodAsset.h\"",
67     "#import \"TapTalk.h\"",
68     "#import \"TapUI.h\"",
69     "#import \"TAPUtil.h\"",
70     "#import \"TapCoreChatRoomManager.h\"",
71     "#import \"TapCoreContactManager.h\"",
72     "#import \"TapCoreErrorManager.h\"",
73     "#import \"TapCoreMessageManager.h\"",
74     "#import \"TapCoreRoomListManager.h\"",
75     "#import \"TAPChatManager.h\"",
76     "#import \"TAPConnectionManager.h\"",
77     "#import \"TAPContactManager.h\"",
78     "#import \"TAPContactCacheManager.h\"",
79     "#import \"TAPCustomBubbleManager.h\"",
80     "#import \"TAPCustomKeyboardManager.h\"",
81     "#import \"TAPDataManager.h\"",
82     "#import \"TAPDatabaseManager.h\"",
83     "#import \"TAPEncryptorManager.h\"",
84     "#import \"TAPFetchMediaManager.h\"",
85     "#import \"TAPFileDownloadManager.h\"",
86     "#import \"TAPFileUploadManager.h\"",
87     "#import \"TAPGroupManager.h\"",
88     "#import \"TAPLocationManager.h\"",
89     "#import \"TAPMessageStatusManager.h\"",
90     "#import \"TAPNetworkManager.h\"",
91     "#import \"TAPNotificationManager.h\"",
92     "#import \"TAPOldDataManager.h\"",
93     "#import \"TAPStyleManager.h\"",
94     "#import \"TAPGrowingTextView.h\"",
95     "#import \"TAPImageView.h\"",
96     "#import \"TAPSearchBarView.h\"",
97     "#import \"UIImage+Color.h\""
98   ],
99   "resource_bundles": {
100     "TapTalk": [
101       "Pod/**/*.xib",
102       "Pod/**/*.storyboard",
103       "Pod/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
104       "TapTalk/**/*.xib",
105       "TapTalk/**/*.storyboard",
106       "TapTalk/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}"
107     ]
108   }