[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / f / 0 / Hippo / 1.7.43 / Hippo.podspec.json
blob4e3b3d93c4f1cacd1fc635350774bf5bfbadb6ff
2   "name": "Hippo",
3   "version": "1.7.43",
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": "1.7.43"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Hippo/**/*.{swift,h,m}",
22   "exclude_files": "Classes/Exclude",
23   "static_framework": false,
24   "swift_version": "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/**/*.gif",
33       "README.md"
34     ]
35   },
36   "resources": [
37     "Hippo/*.xcassets"
38   ],
39   "preserve_paths": [
40     "README.md"
41   ],
42   "dependencies": {
43     "MZFayeClient": [
45     ]
46   },
47   "default_subspecs": "Chat",
48   "pod_target_xcconfig": {
49     "ENABLE_BITCODE": "No"
50   },
51   "subspecs": [
52     {
53       "name": "Chat"
54     },
55     {
56       "name": "Call",
57       "dependencies": {
58         "HippoCallClient": [
60         ]
61       }
62     }
63   ]