[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 0 / b / e / TapTalkLive / 2.2.0 / TapTalkLive.podspec.json
blob3e71539bf172ce18e010681e4353c8b9f2c9fa53
2   "name": "TapTalkLive",
3   "version": "2.2.0",
4   "summary": "TapTalk.io Live Chat SDK is a complete live chat customer service chat SDK and API. Its in-app chat features give you and your user the best in-app chat experience. TapTalk.io Live Chat SDK UI based implementation and code based implementation and is 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://git.taptalk.io/taptalk-io/onetalk-livechat-ios.git",
15     "tag": "2.2.0"
16   },
17   "source_files": [
18     "TapTalkLive",
19     "TapTalkLive/*{h,m}",
20     "TapTalkLive/**/*.{h,m}",
21     "TapTalkLive/**/**/*.{h,m}"
22   ],
23   "static_framework": true,
24   "dependencies": {
25     "TapTalk": [
27     ],
28     "AFNetworking": [
30     ],
31     "JSONModel": [
32       "~> 1.1"
33     ],
34     "SDWebImage": [
36     ],
37     "PodAsset": [
39     ]
40   },
41   "prefix_header_contents": [
42     "#import \"AFNetworkActivityIndicatorManager.h\"",
43     "#import \"NSUserDefaults+DVSecureUserDefaults.h\"",
44     "#import \"PodAsset.h\"",
45     "#import \"TTLConfigs.h\"",
46     "#import \"TTLStyle.h\"",
47     "#import \"TapTalkLive.h\"",
48     "#import \"TTLUtil.h\"",
49     "#import \"TTLImageView.h\"",
50     "#import \"TTLImage.h\"",
51     "#import \"TTLCaseListViewController.h\"",
52     "#import \"TTLCustomDropDownTextFieldView.h\"",
53     "#import \"TTLFormGrowingTextView.h\"",
54     "#import \"TTLCustomButtonView.h\"",
55     "#import \"TTLStyleManager.h\"",
56     "#import \"TTLAPIManager.h\"",
57     "#import \"TTLDataManager.h\"",
58     "#import \"TTLNetworkManager.h\"",
59     "#import \"TTLUserModel.h\"",
60     "#import \"TTLCaseModel.h\"",
61     "#import \"TTLTopicModel.h\"",
62     "#import \"TTLTapTalkRoomModel.h\""
63   ],
64   "resource_bundles": {
65     "TapTalkLive": [
66       "Pod/**/*.xib",
67       "Pod/**/*.storyboard",
68       "Pod/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
69       "TapTalkLive/**/*.xib",
70       "TapTalkLive/**/*.storyboard",
71       "TapTalkLive/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
72       "TapTalkLive/*.lproj/*.strings"
73     ]
74   },
75   "pod_target_xcconfig": {
76     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
77   },
78   "user_target_xcconfig": {
79     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
80   }