[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 0 / 4 / ZingleMessaging / 1.0.0 / ZingleMessaging.podspec.json
blob4f867d06a6a1059f82c266e854a55097abdbf4d7
2   "name": "ZingleMessaging",
3   "version": "1.0.0",
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": "1.0.0"
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   "vendored_frameworks": "Zingle.framework",
46   "requires_arc": true,
47   "platforms": {
48     "ios": "8.0"
49   }