[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 2 / 1 / 0 / TapTalk / 1.1.4 / TapTalk.podspec.json
blob86d673c97f45f47b2f96da4c72b1d4da39f4b3cb
2   "name": "TapTalk",
3   "version": "1.1.4",
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": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/taptalk-io/taptalk.io-ios.git",
16     "tag": "1.1.4"
17   },
18   "source_files": [
19     "TapTalk",
20     "TapTalk/*{h,m}",
21     "TapTalk/**/*.{h,m}",
22     "TapTalk/**/**/*.{h,m}"
23   ],
24   "static_framework": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.1.0"
28     ],
29     "SocketRocket": [
31     ],
32     "JSONModel": [
33       "~> 1.1"
34     ],
35     "Realm": [
36       "3.13.1"
37     ],
38     "SDWebImage": [
39       "4.4.2"
40     ],
41     "PodAsset": [
43     ],
44     "GooglePlaces": [
46     ],
47     "GooglePlacePicker": [
49     ],
50     "GoogleMaps": [
52     ],
53     "ZSWTappableLabel": [
54       "~> 2.0"
55     ]
56   },
57   "prefix_header_contents": [
58     "#import \"Configs.h\"",
59     "#import \"TAPStyle.h\"",
60     "#import \"AFNetworkActivityIndicatorManager.h\"",
61     "#import \"NSUserDefaults+MPSecureUserDefaults.h\"",
62     "#import \"PodAsset.h\"",
63     "#import \"TapTalk.h\"",
64     "#import \"TapUI.h\"",
65     "#import \"TAPUtil.h\"",
66     "#import \"TapCoreChatRoomManager.h\"",
67     "#import \"TapCoreContactManager.h\"",
68     "#import \"TapCoreErrorManager.h\"",
69     "#import \"TapCoreMessageManager.h\"",
70     "#import \"TapCoreRoomListManager.h\"",
71     "#import \"TAPChatManager.h\"",
72     "#import \"TAPConnectionManager.h\"",
73     "#import \"TAPContactManager.h\"",
74     "#import \"TAPContactCacheManager.h\"",
75     "#import \"TAPCustomBubbleManager.h\"",
76     "#import \"TAPDataManager.h\"",
77     "#import \"TAPDatabaseManager.h\"",
78     "#import \"TAPEncryptorManager.h\"",
79     "#import \"TAPFetchMediaManager.h\"",
80     "#import \"TAPFileDownloadManager.h\"",
81     "#import \"TAPFileUploadManager.h\"",
82     "#import \"TAPGroupManager.h\"",
83     "#import \"TAPLocationManager.h\"",
84     "#import \"TAPMessageStatusManager.h\"",
85     "#import \"TAPNetworkManager.h\"",
86     "#import \"TAPNotificationManager.h\"",
87     "#import \"TAPOldDataManager.h\"",
88     "#import \"TAPStyleManager.h\"",
89     "#import \"TAPGrowingTextView.h\"",
90     "#import \"TAPImageView.h\"",
91     "#import \"TAPSearchBarView.h\"",
92     "#import \"UIImage+Color.h\""
93   ],
94   "resource_bundles": {
95     "TapTalk": [
96       "Pod/**/*.xib",
97       "Pod/**/*.storyboard",
98       "Pod/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
99       "TapTalk/**/*.xib",
100       "TapTalk/**/*.storyboard",
101       "TapTalk/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}"
102     ]
103   }