[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 3 / 0 / 4 / ZingleMessaging / 5.1.1 / ZingleMessaging.podspec.json
blobeff7790a3e0bd44142b749b33510998945012d9f
2   "name": "ZingleMessaging",
3   "version": "5.1.1",
4   "summary": "Zingle Messaging SDK",
5   "description": "Zingle is a multi-channel communications platform that allows the sending, receiving, and automating of conversations between a business and a customer.  The Zingle Messaging SDK provides Zingle customers (businesses) a chat interface for use in their own native iOS applications, allowing users to communicate via Zingle without requiring them to use SMS or another external channel.",
6   "homepage": "https://github.com/Zingle/zingle-chat-ios",
7   "authors": {
8     "Jason Neel": "jneel@zingleme.com"
9   },
10   "source": {
11     "git": "https://github.com/Zingle/zingle-chat-ios.git",
12     "tag": "5.1.1"
13   },
14   "license": {
15     "type": "Commercial",
16     "text": "https://www.zingle.me/terms-of-use"
17   },
18   "source_files": [
19     "Zingle.framework/Headers/Zingle.h",
20     "Zingle.framework/Headers/ZNGSettings.h",
21     "Zingle.framework/Headers/ZNGUser.h",
22     "Zingle.framework/Headers/ZNGConversation.h",
23     "Zingle.framework/Headers/ZNGMessage.h",
24     "Zingle.framework/Headers/ZNGMessageAction.h",
25     "Zingle.framework/Headers/ZNGConversationActivity.h",
26     "Zingle.framework/Headers/ZNGCoordinates.h"
27   ],
28   "preserve_paths": "Zingle.framework/*",
29   "module_map": "Zingle.framework/Modules/module.modulemap",
30   "frameworks": [
31     "Zingle",
32     "CoreText",
33     "SystemConfiguration",
34     "CoreTelephony",
35     "Foundation",
36     "CoreGraphics",
37     "UIKit",
38     "QuartzCore",
39     "AssetsLibrary",
40     "Photos",
41     "AVFoundation",
42     "CFNetwork"
43   ],
44   "libraries": "icucore",
45   "xcconfig": {
46     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Zingle"
47   },
48   "vendored_frameworks": "Zingle.framework",
49   "requires_arc": true,
50   "platforms": {
51     "ios": "9.0"
52   },
53   "user_target_xcconfig": {
54     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
55   },
56   "pod_target_xcconfig": {
57     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
58   }