[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / f / 0 / Hippo / 2.1.14 / Hippo.podspec.json
blob47bee9c1da9ef4d562addf27479be1b8735985f4
2   "name": "Hippo",
3   "version": "2.1.14",
4   "summary": "Now add Agent in app for quick support.",
5   "homepage": "https://github.com/Jungle-Works/Hippo-iOS-SDK",
6   "documentation_url": "https://github.com/Jungle-Works/Hippo-iOS-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "Vishal Jhanjhri": "jhanjhri.vishal@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Jungle-Works/Hippo-iOS-SDK.git",
16     "tag": "2.1.14"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Hippo/**/*.{swift,h,m}",
22   "exclude_files": "Classes/Exclude",
23   "static_framework": false,
24   "swift_versions": "4.2",
25   "resource_bundles": {
26     "Hippo": [
27       "Hippo/*.{lproj,storyboard,xcassets,gif}",
28       "Hippo/Assets/**/*.imageset",
29       "Hippo/UIView/TableViewCell/**/*.xib",
30       "Hippo/UIView/CollectionViewCells/**/*.xib",
31       "Hippo/UIView/CustomViews/**/*.xib",
32       "Hippo/InternalClasses/Views/**/*.xib",
33       "Hippo/InternalClasses/Module/**/*.xib",
34       "Hippo/**/*.gif",
35       "README.md"
36     ]
37   },
38   "resources": [
39     "Hippo/*.xcassets"
40   ],
41   "preserve_paths": [
42     "README.md"
43   ],
44   "dependencies": {
45     "MZFayeClient": [
47     ]
48   },
49   "default_subspecs": "Chat",
50   "pod_target_xcconfig": {
51     "ENABLE_BITCODE": "No"
52   },
53   "subspecs": [
54     {
55       "name": "Chat"
56     },
57     {
58       "name": "Call",
59       "dependencies": {
60         "HippoCallClient": [
62         ]
63       }
64     }
65   ],
66   "swift_version": "4.2"