blob: 5b052735cb02375cdf661d8d45d71ec17629613d [file] [log] [blame]
{
"name": "SendiosSdk",
"version": "1.2.0",
"summary": "Use the Sendios SDK to design and send push notifications in your application.",
"homepage": "https://github.com/sendios/ios-sdk",
"authors": {
"Sendios": "software@corp.sendios.io"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/sendios/ios-sdk.git",
"tag": "1.2.0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"ios": {
"vendored_frameworks": "Sendios.framework"
}
}