[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / b / e / TapTalkLive / 1.0.1 / TapTalkLive.podspec.json
blob9d368d45347162ef743d8e5b5e3a71097776b07f
2   "name": "TapTalkLive",
3   "version": "1.0.1",
4   "summary": "TapTalk.io Omnichannel Live Chat is a complete omnichannel live char customer service chat SDK and 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-omnichannel-ios.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "TapTalkLive",
20     "TapTalkLive/*{h,m}",
21     "TapTalkLive/**/*.{h,m}",
22     "TapTalkLive/**/**/*.{h,m}"
23   ],
24   "static_framework": true,
25   "dependencies": {
26     "TapTalk": [
28     ],
29     "AFNetworking": [
30       "~> 3.1.0"
31     ],
32     "JSONModel": [
33       "~> 1.1"
34     ],
35     "SDWebImage": [
36       "4.4.2"
37     ],
38     "PodAsset": [
40     ]
41   },
42   "prefix_header_contents": [
43     "#import \"AFNetworkActivityIndicatorManager.h\"",
44     "#import \"NSUserDefaults+DVSecureUserDefaults.h\"",
45     "#import \"PodAsset.h\"",
46     "#import \"TTLConfigs.h\"",
47     "#import \"TTLStyle.h\"",
48     "#import \"TapTalkLive.h\"",
49     "#import \"TTLUtil.h\"",
50     "#import \"TTLImageView.h\"",
51     "#import \"TTLImage.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   ],
63   "resource_bundles": {
64     "TapTalkLive": [
65       "Pod/**/*.xib",
66       "Pod/**/*.storyboard",
67       "Pod/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}",
68       "TapTalkLive/**/*.xib",
69       "TapTalkLive/**/*.storyboard",
70       "TapTalkLive/**/*.{png,jpeg,jpg,xcassets,ttf,otf,caf}"
71     ]
72   }