| { |
| "name": "ZingleMessaging", |
| "version": "3.0.1", |
| "summary": "Zingle Messaging SDK", |
| "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.", |
| "homepage": "https://github.com/Zingle/zingle-chat-ios", |
| "authors": { |
| "Jason Neel": "jneel@zingleme.com" |
| }, |
| "source": { |
| "git": "https://github.com/Zingle/zingle-chat-ios.git", |
| "tag": "3.0.1" |
| }, |
| "license": { |
| "type": "Commercial", |
| "text": "https://www.zingle.me/terms-of-use" |
| }, |
| "source_files": [ |
| "Zingle.framework/Headers/Zingle.h", |
| "Zingle.framework/Headers/ZNGSettings.h", |
| "Zingle.framework/Headers/ZNGUser.h", |
| "Zingle.framework/Headers/ZNGConversation.h", |
| "Zingle.framework/Headers/ZNGMessage.h", |
| "Zingle.framework/Headers/ZNGMessageAction.h", |
| "Zingle.framework/Headers/ZNGConversationActivity.h", |
| "Zingle.framework/Headers/ZNGCoordinates.h" |
| ], |
| "preserve_paths": "Zingle.framework/*", |
| "module_map": "Zingle.framework/Modules/module.modulemap", |
| "frameworks": [ |
| "Zingle", |
| "CoreText", |
| "SystemConfiguration", |
| "CoreTelephony", |
| "Foundation", |
| "CoreGraphics", |
| "UIKit", |
| "QuartzCore", |
| "AssetsLibrary", |
| "Photos", |
| "AVFoundation", |
| "CFNetwork" |
| ], |
| "libraries": "icucore", |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Zingle" |
| }, |
| "vendored_frameworks": "Zingle.framework", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| } |
| } |