blob: 7f3376648bbb01b9ac795d9c2f6d793b37b2379b [file] [log] [blame]
{
"name": "MobileEngageSDK",
"version": "0.5.0",
"homepage": "http://documentation.emarsys.com/",
"license": "Mozilla Public License 2.0",
"authors": {
"Emarsys Technologies": "mobile-team@emarsys.com"
},
"summary": "Mobile Engage iOS SDK",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/emartech/ios-mobile-engage-sdk.git",
"tag": "0.5.0"
},
"source_files": "MobileEngage/**/*.{h,m}",
"public_header_files": [
"MobileEngage/MobileEngage.h",
"MobileEngage/MobileEngageStatusDelegate.h",
"MobileEngage/MEConfigBuilder.h",
"MobileEngage/MEConfig.h"
],
"dependencies": {
"CoreSDK": [
]
},
"libraries": [
"z",
"c++"
]
}