blob: 60fab6e9c121f402a9b3973320b157c64ca87232 [file] [log] [blame]
{
"name": "SmartPush-iOS-SDK",
"version": "1.0.0",
"summary": "The SmartPush iOS SDK for User Engagement.",
"description": "Smartech is a omni channel platform that delivers everything you need to drive mobile engagement and create valuable consumer relationships on mobile.\nThe SmartPush iOS SDK enables your native iOS app to use Push Notifications features.",
"homepage": "https://netcoresmartech.com",
"documentation_url": "https://docs.netcoresmartech.com/docs/ios-customer-engagement",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Manish Kumar": "Manish.k@netcorecloud.com"
},
"source": {
"git": "https://github.com/NetcoreSolutions/SmartPush-iOS-SDK.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "Frameworks/SmartPush/SmartPush.framework"
},
"preserve_paths": "Frameworks/SmartPush/SmartPush.framework",
"module_map": "Frameworks/SmartPush/SmartPush.framework/Modules/module.modulemap",
"frameworks": [
"Foundation",
"UIKit",
"SystemConfiguration",
"Security",
"CoreData"
],
"weak_frameworks": "UserNotifications"
}