[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / b / e / TapTalkLive / 1.0.7 / TapTalkLive.podspec.json
bloba3dfbafd449945d46ac0534b0a65440400207c41
2   "name": "TapTalkLive",
3   "version": "1.0.7",
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://github.com/taptalk-io/taptalk.io-omnichannel-ios.git",
15     "tag": "1.0.7"
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 \"TTLCustomDropDownTextFieldView.h\"",
52     "#import \"TTLFormGrowingTextView.h\"",
53     "#import \"TTLCustomButtonView.h\"",
54     "#import \"TTLStyleManager.h\"",
55     "#import \"TTLAPIManager.h\"",
56     "#import \"TTLDataManager.h\"",
57     "#import \"TTLNetworkManager.h\"",
58     "#import \"TTLUserModel.h\"",
59     "#import \"TTLCaseModel.h\"",
60     "#import \"TTLTopicModel.h\""
61   ],
62   "resource_bundles": {
63     "TapTalkLive": [
64       "Pod/**/*.xib",
65       "Pod/**/*.storyboard",
66       "Pod/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
67       "TapTalkLive/**/*.xib",
68       "TapTalkLive/**/*.storyboard",
69       "TapTalkLive/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
70       "TapTalkLive/*.lproj/*.strings"
71     ]
72   },
73   "pod_target_xcconfig": {
74     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
75   },
76   "user_target_xcconfig": {
77     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
78   }