[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 2 / 1 / 0 / TapTalk / 1.3.13 / TapTalk.podspec.json
blobda3d1162a35e47a9a6efe247ed32479978bb6175
2   "name": "TapTalk",
3   "version": "1.3.13",
4   "summary": "TapTalk.io is a complete in-app chat SDK and messaging API. TapTalk.io provides UI-based and code-based implementation & fully customizable.",
5   "homepage": "https://taptalk.io",
6   "license": "MIT",
7   "authors": {
8     "TapTalk.io": "hello@taptalk.io"
9   },
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/taptalk-io/taptalk.io-ios.git",
15     "tag": "1.3.13"
16   },
17   "source_files": [
18     "TapTalk",
19     "TapTalk/*{h,m}",
20     "TapTalk/**/*.{h,m}",
21     "TapTalk/**/**/*.{h,m}"
22   ],
23   "static_framework": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 4.0.0"
27     ],
28     "SocketRocket": [
30     ],
31     "JSONModel": [
32       "~> 1.1"
33     ],
34     "Realm": [
35       "10.1.0"
36     ],
37     "SDWebImage": [
39     ],
40     "PodAsset": [
42     ],
43     "GooglePlaces": [
45     ],
46     "GoogleMaps": [
48     ],
49     "ZSWTappableLabel": [
50       "~> 2.0"
51     ]
52   },
53   "prefix_header_contents": [
54     "#import \"Configs.h\"",
55     "#import \"TAPStyle.h\"",
56     "#import \"AFNetworkActivityIndicatorManager.h\"",
57     "#import \"NSBundle+Language.h\"",
58     "#import \"NSUserDefaults+MPSecureUserDefaults.h\"",
59     "#import \"PodAsset.h\"",
60     "#import \"TapTalk.h\"",
61     "#import \"TapUI.h\"",
62     "#import \"TAPUtil.h\"",
63     "#import \"TapCoreChatRoomManager.h\"",
64     "#import \"TapCoreContactManager.h\"",
65     "#import \"TapCoreErrorManager.h\"",
66     "#import \"TapCoreMessageManager.h\"",
67     "#import \"TapCoreRoomListManager.h\"",
68     "#import \"TAPChatManager.h\"",
69     "#import \"TAPConnectionManager.h\"",
70     "#import \"TAPContactManager.h\"",
71     "#import \"TAPContactCacheManager.h\"",
72     "#import \"TAPCustomBubbleManager.h\"",
73     "#import \"TAPDataManager.h\"",
74     "#import \"TAPDatabaseManager.h\"",
75     "#import \"TAPEncryptorManager.h\"",
76     "#import \"TAPFetchMediaManager.h\"",
77     "#import \"TAPFileDownloadManager.h\"",
78     "#import \"TAPFileUploadManager.h\"",
79     "#import \"TAPLanguageManager.h\"",
80     "#import \"TAPGroupManager.h\"",
81     "#import \"TAPLocationManager.h\"",
82     "#import \"TAPMessageStatusManager.h\"",
83     "#import \"TAPNetworkManager.h\"",
84     "#import \"TAPNotificationManager.h\"",
85     "#import \"TAPOldDataManager.h\"",
86     "#import \"TAPStyleManager.h\"",
87     "#import \"TAPGrowingTextView.h\"",
88     "#import \"TAPImageView.h\"",
89     "#import \"TAPSearchBarView.h\"",
90     "#import \"UIImage+Color.h\""
91   ],
92   "resource_bundles": {
93     "TapTalk": [
94       "Pod/**/*.xib",
95       "Pod/**/*.storyboard",
96       "Pod/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
97       "TapTalk/**/*.xib",
98       "TapTalk/**/*.storyboard",
99       "TapTalk/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
100       "TapTalk/*.lproj/*.strings"
101     ]
102   },
103   "pod_target_xcconfig": {
104     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
105   },
106   "user_target_xcconfig": {
107     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
108   }