[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 8 / a / SmoochHelpKit / 1.1.0 / SmoochHelpKit.podspec.json
blob12fabfea6eb077a32e21e616aac4d8f28f639bcf
2   "name": "SmoochHelpKit",
3   "version": "1.1.0",
4   "summary": "Help Kit extension to the Smooch SDK",
5   "description": "Smooch adds beautifully simple messaging to your app to keep your users engaged and coming back. Help Kit adds self-help through search and recommendations, as well as an app-wide gesture to get help from anywhere.",
6   "homepage": "https://smooch.io",
7   "license": {
8     "type": "Commercial",
9     "text": "Smooch Technologies Inc.  All rights reserved."
10   },
11   "authors": {
12     "Smooch Technologies Inc.": "hello@smooch.io"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/smooch/smooch-helpkit-ios.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "SmoochHelpKit/Source/**/*.{h,m}",
22   "resources": "SmoochHelpKit/SHKResources.bundle",
23   "frameworks": [
24     "SystemConfiguration",
25     "UIKit",
26     "Foundation",
27     "OpenGLES",
28     "QuartzCore",
29     "CoreText"
30   ],
31   "libraries": "xml2",
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
34   },
35   "module_map": "SmoochHelpKit/libxml/module.modulemap",
36   "dependencies": {
37     "Smooch": [
39     ]
40   }