[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 4 / 5 / Smooch / 5.4.4 / Smooch.podspec.json
blob00eb7388c1d2ea04b9e33325154557ec8a9ee799
2   "name": "Smooch",
3   "version": "5.4.4",
4   "summary": "Build customer relationships that last",
5   "description": "Smooch lets you have rich conversations with your users, right in your app or on your website.",
6   "homepage": "http://smooch.io",
7   "license": {
8     "type": "Commercial",
9     "text": "Smooch Technologies Inc.  All rights reserved."
10   },
11   "authors": {
12     "Smooch Technologies Inc.": "help@smooch.io"
13   },
14   "source": {
15     "git": "https://github.com/smooch/smooch-ios.git",
16     "tag": "5.4.4"
17   },
18   "source_files": [
19     "Smooch.framework/Headers/Smooch.h",
20     "Smooch.framework/Headers/SKTSettings.h",
21     "Smooch.framework/Headers/SKTUser.h",
22     "Smooch.framework/Headers/SKTConversation.h",
23     "Smooch.framework/Headers/SKTMessage.h",
24     "Smooch.framework/Headers/SKTMessageAction.h",
25     "Smooch.framework/Headers/SKTConversationActivity.h"
26   ],
27   "preserve_paths": "Smooch.framework/*",
28   "frameworks": [
29     "Smooch",
30     "CoreText",
31     "SystemConfiguration",
32     "CoreTelephony",
33     "Foundation",
34     "CoreGraphics",
35     "UIKit",
36     "QuartzCore",
37     "AssetsLibrary",
38     "Photos",
39     "AVFoundation",
40     "CFNetwork"
41   ],
42   "libraries": "icucore",
43   "xcconfig": {
44     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Smooch"
45   },
46   "vendored_frameworks": "Smooch.framework",
47   "requires_arc": true,
48   "platforms": {
49     "ios": "8.0"
50   }