[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / f / 0 / Hippo / 2.1.37 / Hippo.podspec.json
blobbccb12241abe4fff189f628419ab2b498d33af9a
2   "name": "Hippo",
3   "version": "2.1.37",
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.37"
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       "Hippo/Language/**/*.strings",
36       "README.md"
37     ]
38   },
39   "resources": [
40     "Hippo/*.xcassets"
41   ],
42   "preserve_paths": [
43     "README.md"
44   ],
45   "dependencies": {
46     "MZFayeClient": [
48     ]
49   },
50   "default_subspecs": "Chat",
51   "pod_target_xcconfig": {
52     "ENABLE_BITCODE": "No"
53   },
54   "subspecs": [
55     {
56       "name": "Chat"
57     },
58     {
59       "name": "Call",
60       "dependencies": {
61         "HippoCallClient": [
63         ]
64       }
65     }
66   ],
67   "swift_version": "4.2"