blob: f129478bd8a0b1cc55f3409b6078d809f867d70e [file] [log] [blame]
{
"name": "PepperTalkSDK-iOS",
"version": "1.1.1",
"summary": "PepperTalkSDK-iOS provides support for implementing PepperTalk in your iOS Application.",
"description": " Pepper is an SDK for iOS and Android that enables Businesses and App owners embed Rich Chat messaging into their Mobile Apps in 5 minutes! It is also customizable to the look and feel of the parent apps.\n",
"homepage": "https://github.com/Espreccino/PepperTalkSDK-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Himanshu Retarekar": "himanshu@espreccino.com"
},
"social_media_url": "https://www.linkedin.com/in/hretarekar",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Espreccino/PepperTalkSDK-iOS.git",
"tag": "1.1.1"
},
"public_header_files": "PepperTalk.embeddedframework/PepperTalk.framework/Versions/A/Headers/*.h",
"resources": [
"PepperTalk.embeddedframework/Resources/PepperTalkResources.bundle",
"Dependencies Resources/**/*.png",
"Dependencies Resources/**/*.nib",
"Dependencies Resources/**/*.json"
],
"vendored_frameworks": "PepperTalk.embeddedframework/PepperTalk.framework",
"frameworks": [
"Accelerate",
"AssetsLibrary",
"CoreData",
"CoreGraphics",
"CoreImage",
"CoreLocation",
"Foundation",
"ImageIO",
"MapKit",
"MessageUI",
"MobileCoreServices",
"QuartzCore",
"Security",
"SystemConfiguration",
"UIKit"
],
"libraries": "icucore",
"requires_arc": true
}